Description Objects from the Class Slots Extends Methods Note Author(s) See Also Examples
A template is an object with acoustic information (frequency, time, and volume) on an animal volcalization.
In monitoR, all templates are stored within a template list, which has the (virtual) class TemplateList
.
Because the structure of the two types of templates differs slightly (see Template
), there are actually two classes for template lists: corTemplateList
and binTemplateList
, and the virtual class TemplateList
(which includes both types of template lists) is used to define most methods.
Objects can be created by calls of the form new("corTemplateList", ...)
or new("binTemplateList", ...)
.
However, objects should always be created with the template-creation functions makeCorTemplate
or makeBinTemplate
, or else by reading from a file using readCorTemplates
or readBinTemplates
.
There are also functions for modifying existing template lists or extracting template lists from other objects.
templates
:Object of class "list"
A list of either corTemplate
or binTemplate
objects.
Classes corTemplateList
and binTemplateList
extend the virtual class TemplateList
, directly.
show signature(object = "corTemplateList")
: ...
summary signature(object = "corTemplateList")
: ...
show signature(object = "binTemplateList")
: ...
summary signature(object = "binTemplateList")
: ...
plot signature(x = "TemplateList", y = "ANY")
: ...
For details on the structure of the actual templates, see Template
.
Sasha D. Hafner
Template
,
combineBinTemplates
,
templateCutoff
,
templateComment
,
getTemplates
,
plot-methods
,
[-methods
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.