fda.usc (version 2.0.2)

subset.fdata: Subsetting

Description

Return subsets of fdata which meet conditions.

Usage

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

Value

An object similar to x contain just the selected elements.

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.

See Also

See subset and fdata.