S {tfarima} | R Documentation |
Annual sum
Description
S
generates the annual sum of a monthly or quarterly time series.
Usage
S(x, extend = TRUE)
Arguments
x |
an |
extend |
logical. If TRUE, the transformed series is extended with NA's to have the same length as the origianl series. |
Value
The transformed time series, a ts
object.
[Package tfarima version 0.3.2 Index]