Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 44 found.
[1] < 1 2 3 4 5 > [5]  Sort:

dbDownload (Package: monitoR) : Retrieve Card-Recorder ID Values or Survey Names from a Database

Convenience functions to execute a prewritten SQL query. Wrappers for RODBC::sqlQuery with no additional processing.
● Data Source: CranContrib
● Keywords: database, utilities
● Alias: dbDownloadCardRecorderID, dbDownloadSurvey
● 0 images

TemplateList-class (Package: monitoR) : Class code{"TemplateList"

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.
● Data Source: CranContrib
● Keywords: classes
● Alias: TemplateList-class, binTemplateList-class, corTemplateList-class
● 0 images

Template-class (Package: monitoR) : Class code{"Template"

A template is an object with acoustic information (frequency, time, and amplitude) on an animal volcalization. Objects of class "corTemplate" are correlation templates, which contain quantitative data on amplitude. Objects of class "binTemplate" are binary templates, which contain only qualitative data on amplitude: only whether the it is high (“on” cells) or low (“off”) cells. The class "Template" is a virtual class, and both types of templates have this class. Templates are always stored as part of a TemplateList, either a corTemplateList or a binTemplateList.
● Data Source: CranContrib
● Keywords: classes
● Alias: Template-class, binTemplate-class, corTemplate-class
● 0 images

combineTemplates (Package: monitoR) :

Use these functions to combine any number of templates together into a larger template list. They can combine template lists that themselves contain any number of templates.
● Data Source: CranContrib
● Keywords: manip, utilities
● Alias: combineBinTemplates, combineCorTemplates
● 0 images

eventEval (Package: monitoR) :

Evaluate whether the detected events are True +, True -, False +, or False - detections by comparing the results to a table of events with known sources and times (such as annotations from viewSpec). Events to evaluate may be either directly from an object of class detectionList, a csv file or data frame resulting from a call to getPeaks or getDetections, or a data frame downloaded from an acoustics database. A value for score.cutoff must be supplied to distinguish between True + and False -, even if assessing all peaks.
● Data Source: CranContrib
● Keywords: manip
● Alias: eventEval
● 0 images

showPeaks (Package: monitoR) :

Use this function to view a spectrogram and score plot of detections or peaks. In its simplest usage, showPeaks will show all detections within for the first template within the detection list object, one after the other. With the verify option (verify = TRUE), the user can tag detections or peaks as TRUE or FALSE, and these results will be saved in an updated detection list object.
● Data Source: CranContrib
● Keywords: dynamic, iplot
● Alias: showPeaks
● 0 images

viewSpec (Package: monitoR) :

Interactively page through short or long spectrograms of wav or mp3 files or Wave objects. Extract short or long wave files, play audio while viewing spectrogram, and annotate sounds in the spectrogram. Load annotations from csv files for viewing.
● Data Source: CranContrib
● Keywords: iplot
● Alias: viewSpec
● 0 images

plot-methods (Package: monitoR) : Methods for the code{plot

Plotting acoustic templates and template scores
● Data Source: CranContrib
● Keywords: hplot, methods
● Alias: plot,TemplateList,ANY-method, plot,detectionList,ANY-method, plot-methods
● 0 images

changeSampRate (Package: monitoR) :

Downsample or upsample Wave objects by specifying either a new sample rate or matching the sample rate of a different Wave object. Optional adjustable dithering.
● Data Source: CranContrib
● Keywords: manip
● Alias: changeSampRate
● 0 images

compareTemplates (Package: monitoR) :

Provided a detectionList object containing results from N templates scored against the same survey with Y song events, compareTemplates will create a Y x N matrix to compare how each template scored each song event. If the song events are the sound clips used to create each template, compareTemplates may be a means of measuring overall similarity among sound events. Can be used to identify template clips that may match more than one song type.
● Data Source: CranContrib
● Keywords: manip
● Alias: compareTemplates
● 0 images