Description Usage Arguments Details Value Author(s) See Also
Use this function to extract template lists from templateScores
or detectionList
objects.
1 | getTemplates(object, which.ones = names(object@templates))
|
object |
The |
which.ones |
Which templates should be included? A character vector of templates names, or an integer vector. Default is all templates. |
This function would typically be used to extract and save a complete set of templates from a detectionList
object if templateCutoff
has been used to modify the template list after scores were calculated.
getTemplates
could also be used to extract a subset of templates present in a template list, but indexing with square brackets is an easier approach.
A template list of class corTemplateList
or binTemplateList
.
Sasha D. Hafner
makeCorTemplate
,
makeBinTemplate
,
templateCutoff
,
templateComment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.