Learn R Programming

PAMpal (version 1.4.4)

loadPamguardXML: Load Pamguard XML Settings

Description

Loads in relevant settings and formats for use in PAMpal

Usage

loadPamguardXML(x)

Value

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

Arguments

x

an XML file created by Pamguard's "Export XML Configuration"

Author

Taiki Sakai taiki.sakai@noaa.gov

Examples

Run this code

xmlFile <- system.file('extdata', 'Example.xml', package='PAMpal')
xmlList <- loadPamguardXML(xmlFile)
str(xmlList)

Run the code above in your browser using DataLab