Skip to content
Prev 28103 / 63424 Next

data(lh) time serie parameters

On Sun, Mar 30, 2008 at 5:52 AM, Jean lobry
<lobry at biomserv.univ-lyon1.fr> wrote:
It seems they are using 10 minutes as the unit of measurement.
If you wish to change it to hours you might want to use this instead:

   lh.hr <- ts(lh, start = 0, frequency = 6)

so that

   cycle(lh.hr)

starts out at 1.