Usage
batchCorMatch(dir.template, dir.survey = ".", ext.template = "ct", ext.survey = "wav",
templates, parallel = FALSE, show.prog = FALSE, cor.method = "pearson", warn = TRUE,
time.source = "filename", fd.rat = 1, ...)batchBinMatch(dir.template, dir.survey = ".", ext.template = "bt", ext.survey = "wav",
templates, parallel = FALSE, show.prog = FALSE, warn = TRUE,
time.source = "filename", fd.rat = 1, ...)
Arguments
dir.template
A file path to a directory that contains template files to be used.
Only used if template is missing.
dir.survey
A file path to a directory that contains survey files to be analyzed.
ext.template
Extension of the template files.
ext.survey
Extension of the survey files.
templates
A template list--a corTemplateList object for corMatch or a binTemplateList object for binMatch.
If templates is missing, all the te
parallel
If TRUE, mclapply from the parallel package is used for calculation of scores across all time bins for each template.
This option is not available for Windows operating show.prog
If TRUE, progress will be reported during the score calculations.
cor.method
For corMatch, the method used to calculate correlation coefficients (see cor). warn
Set to FALSE to suppress warnings about step mismatches.
time.source
The source of date and time information.
filename will look in the name of the survey file (survey argument) for a date and time with format YYYY-MM-DD_HHMMSS_TimeZone.
fileinfo will take the date and time fr
fd.rat
A ratio of frame width (twice minimum peak separation) to template duration.
Used by findPeaks. ...
Additional arguments to the spectro function.