Description Usage Arguments Value
The seasons is conclute as that March, April and May as spring, June, July and August as summer, September, October and November as autumn, December and January, Feburary of next year as winter.
1 2 3 4 5 6 7 8 9 | apply.seasonally(x, FUN, ...)
apply.spring(x, FUN, ...)
apply.summer(x, FUN, ...)
apply.autumn(x, FUN, ...)
apply.winter(x, FUN, ...)
|
x |
An xts time-series object |
FUN |
An R function |
... |
Additional arguments to FUN. |
The result of the R function apply to the xts object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.