View source: R/loadPamguardXML.R
loadPamguardXML | R Documentation |
Loads in relevant settings and formats for use in PAMpal
loadPamguardXML(x)
x |
an XML file created by Pamguard's "Export XML Configuration" |
A list with settings for audio sources
(sound acuisition, decimators,
FFT, and cepstrum) and detectors
(click detector and whistle and moan
detector). Also stores the entire XML file as raw
and the file name as
file
Taiki Sakai taiki.sakai@noaa.gov
xmlFile <- system.file('extdata', 'Example.xml', package='PAMpal')
xmlList <- loadPamguardXML(xmlFile)
str(xmlList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.