window.gts {hts} | R Documentation |
Time window of a gts object
Description
Extracts a subset of the time series from a grouped time series object.
Usage
## S3 method for class 'gts'
window(x, ...)
Arguments
x |
An object of class |
... |
All other arguments are passed to |
Author(s)
Rob J Hyndman
Examples
window(htseg2, start = 2000, end = 2001)
[Package hts version 6.0.3 Index]