selectComponents {LoBrA} | R Documentation |
Create a new 'LDO' Object that only contains the selected components.
Description
Create a new 'LDO' Object that only contains the selected components.
Usage
selectComponents(ldo, components, name = paste(ldo@name, " selected"))
Arguments
ldo |
Longitudinal Data Object |
components |
Component names to select for the new ldo object. Only elements from this list that overlap with the peak names in the given ldo, are utilized. |
name |
Name of newly created 'LDO' object. |
Value
new ldo object only containing the selected components.
[Package LoBrA version 1.0 Index]