Learn R Programming

monitoR (version 1.0.7)

extract-methods: 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.

Arguments

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).