standards_eset {crmn} | R Documentation |
Accessor for the Internal Standards
Description
Subset an data set to only contain the labeled internal standards.
Usage
standards_eset(object, where = "tag", what = "IS", ...)
Arguments
object |
an |
where |
Column index or name in fData which equals
|
what |
What the column |
... |
not used |
Value
subsetted dataset
Author(s)
Henning Redestig
Examples
data(mix)
standards(mix)
fData(mix)$test <- fData(mix)$tag
standards(mix, where="test")
[Package crmn version 0.0.21 Index]