Learn R Programming

monitoR (version 1.0.3)

templateScores-class: Class "templateScores"

Description

These objects contain template scores, which indicate how well templates match a single survey recording, with a value for each time bin. Additionally, all the objects which were used to create these scores are also saved within the objects. Objects of this class represent an intermediate step in the template detection process--detections need to be found in the scores using findPeaks.

Arguments

Objects from the Class

Objects can be created by calls of the form new("templateScores", ...). However, they should always be created with the corMatch or binMatch function.

See Also

findPeaks, detectionList

Examples

Run this code
showClass("templateScores")

Run the code above in your browser using DataLab