frequency.convert {fts} | R Documentation |
convert a time series from a higher frequency to a lower frequency or from an irregular frequency to a regular frequency
to.weekly(x) to.monthly(x) to.quarterly(x)
x |
An Fts object |
an Fts object
Whit Armstrong
x <- fts() to.weekly(x) to.monthly(x) to.quarterly(x)