View source: R/create.cosinor.param.R
create.cosinor.param | R Documentation |
Create cosinor parameters using the time variable and the cosinor period
create.cosinor.param(time, period, data)
time |
a vector of time variable name, with same units as that of the cosinor period |
period |
the length of the cosinor period, eg.24 |
data |
the dataframe with the time and period information |
db.model<-create.cosinor.param(time="Hour_of_Day", period=24, data=data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.