getDetectorData: Extract and Combine Detector Data

Description Usage Arguments Details Value Author(s)

View source: R/getDetectorData.R

Description

Extracts just the detector data from all of x, and will combine all detections from each call type (currently whistles, clicks, and cepstrum) into a single data frame.

Usage

1

Arguments

x

data to extract detector data from, either an AcousticStudy, AcousticEvent or list of AcousticEvent object

Details

The purpose of this function is to extract your data out of PAMr's S4 classes and put them into an easier format to work with. The output will be a list of up to three data frames, one for each call type found in your data. Each different call type will have had different processing applied to it by processPgDetections. Additionally, each detector will have its associated event id, the name of the detector, and the species id attached to it (species will be NA if not set). All detections from each call type will be combined into a single large data frame

Value

A list of data frames containing all detection data from x, named by call type

Author(s)

Taiki Sakai taiki.sakai@noaa.gov


TaikiSan21/PAMr documentation built on Nov. 15, 2020, 9:46 p.m.