Learn R Programming

fda.usc (version 1.2.3)

subset.fdata: Subsetting

Description

Return subsets of fdata which meet conditions.

Usage

"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.