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 ( |
subset |
logical expression indicating elements or rows to keep. |
select |
logical expression indicating points or columns to keep. |
drop |
passed on to |
... |
Further arguments passed to or from other methods. |
Value
An object similar to x
contain just the selected elements.
See Also
[Package fda.usc version 2.1.0 Index]