[.funts {Rfssa} | R Documentation |
Indexing into Functional Time Series
Description
An indexing method for functional time series (funts
) objects.
Usage
## S3 method for class 'funts'
obj[i = NULL, j = NULL]
Arguments
obj |
an object of class |
i |
an index or indices specifying the subsets of times to extract. |
j |
an index or indices specifying the subsets of variables to extract. |
Details
This function allows you to extract specific subsets of a functional time series based on the provided indices. You can specify which subsets you want to extract from the functional time series.
Value
an 'funts' object containing the specified subsets
See Also
[Package Rfssa version 3.1.0 Index]