Description Usage Arguments Value
View source: R/Prep_supporting_data.R
Create regular time series
1 | toRegularTS(tsi, dts, fun, resol)
|
tsi |
vector of observations |
dts |
dates associated with the observations. This should be a Date object. |
fun |
function used to aggregate observations to monthly observations. This should be 'max' or 'mean'. |
resol |
desired temporal resolution of the output. This could be 'monthly', 'quart', or 'daily' |
a vector with a regular time series object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.