Description Usage Arguments Value Examples
View source: R/periodic_fit_process.R
periodic_fit_process
Returns a list of fitted and predicted values of periodically repeating data. This works over a list of data sites efficiently processing multiple locations
1 | periodic_fit_process(data, formulas)
|
data |
a data frame with three columns: date (a POSIX date), time (the decimal time) and the value |
formulas |
a list of formulas for the regression that we are computing for the baseline fit |
A list of two things: the fitted values at a 95
1 | # To be filled in later
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.