[.funts | R Documentation |
An indexing method for functional time series (funts
) objects.
## S3 method for class 'funts'
obj[i = NULL, j = NULL]
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. |
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.
an 'funts' object containing the specified subsets
funts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.