subset.fdata {fda.usc}R Documentation

Subsetting

Description

Return subsets of fdata which meet conditions.

Usage

## S3 method for class 'fdata'
subset(x, subset, select, drop = TRUE, ...)

Arguments

x

object to be subsetted (fdata class).

subset

logical expression indicating elements or rows to keep.

select

logical expression indicating points or columns to keep.

drop

passed on to [ indexing operator.

...

Further arguments passed to or from other methods.

Value

An object similar to x contain just the selected elements.

See Also

See subset and fdata.


[Package fda.usc version 2.1.0 Index]