extract-methods {monitoR} | R Documentation |
Indexing (Extraction) Methods for monitoR Package
Description
These methods can be used to index detection list (detectionList
), template lists (TemplateList
), and template scores (templateScores
) objects.
Indexing is analogous to indexing a vector–with single square brackets, and character (template name) or integer (template position) values.
Methods
signature(x = "detectionList")
-
Index by name or position of template(s).
signature(x = "TemplateList")
-
Index by name or position of template(s).
signature(x = "templateScores")
-
Index by name or position of template(s).
[Package monitoR version 1.0.7 Index]