fda.usc (version 1.5.0)

subset.fdata: Subsetting

Description

Return subsets of fdata which meet conditions.

Usage

# S3 method for 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 to be passed to or from other methods.

Value

An object similar to x contain just the selected elements.

See Also

See subset and fdata.