bindStudies {PAMpal} | R 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
[Package PAMpal version 1.2.1 Index]