bindStudies: Combine AcousticStudy Objects

View source: R/bindStudies.R

bindStudiesR Documentation

Combine AcousticStudy Objects

Description

Combines multiple AcousticStudy objects (or lists of these) into a single object

Usage

bindStudies(...)

Arguments

...

AcousticStudy objects, or a list of AcousticStudy objects

Details

All events will be combined into one large list of events. Files, settings, effort, models, GPS, and ancillary fields will be combined using the squishList function from the PAMmisc package (dataframes are combined, vectors are appended). The id is changed by pasting all IDs together along with a note that they have been combined. Note that the PAMpalSettings object in the pps slot is just left as the pps in the first AcousticStudy to be combined, and thus is not representative of the new combined AcousticStudy

Value

A single AcousticStudy object

Author(s)

Taiki Sakai taiki.sakai@noaa.gov


PAMpal documentation built on Aug. 12, 2023, 1:06 a.m.