Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

subset.fdata

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.


fda.usc

Functional Data Analysis and Utilities for Statistical Computing

v2.0.2
GPL-2
Authors
Manuel Febrero Bande [aut], Manuel Oviedo de la Fuente [aut, cre], Pedro Galeano [ctb], Alicia Nieto [ctb], Eduardo Garcia-Portugues [ctb]
Initial release
2020-02-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.