subsetter-methods: Subsetting A Functional Data Object

Description Usage Arguments Value Author(s)

Description

This generic function provides methods to subset a functional data object (basis function or univariate function).

Usage

1
2
3
4
5
## S4 method for signature ''basis+',numeric,missing'
x[i]

## S4 method for signature ''fd+',numeric,missing'
x[i]

Arguments

x

An object of class basis+ or fd+.

i

An integer vector giving the indices of functions that are going to be extracted.

...

Additional parameters, currently unused.

Value

An object of the same class as x containing the extracted functions.

Author(s)

Yixuan Qiu <http://statr.me/>


yixuan/fdaplus documentation built on May 4, 2019, 5:29 p.m.