selectComponents | R Documentation |
Create a new 'LDO' Object that only contains the selected components.
selectComponents(ldo, components, name = paste(ldo@name, " selected"))
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. |
new ldo object only containing the selected components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.