sub-.funts: Indexing into Functional Time Series

[.funtsR 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 funts.

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

funts


Rfssa documentation built on Oct. 27, 2023, 1:08 a.m.