Learn R Programming

PAMpal (version 1.4.4)

PAMpal.accessors: AcousticEvent and AcousticStudy accessors

Description

Accessors for slots in AcousticEvent and AcousticStudy objects

Usage

settings(x, ...)

# S4 method for AcousticEvent settings(x, ...)

settings(x) <- value

# S4 method for AcousticEvent settings(x) <- value

localizations(x, ...)

# S4 method for AcousticEvent localizations(x, ...)

localizations(x) <- value

# S4 method for AcousticEvent localizations(x) <- value

id(x, ...)

# S4 method for AcousticEvent id(x, ...)

id(x) <- value

# S4 method for AcousticEvent id(x) <- value

detectors(x, ...)

# S4 method for AcousticEvent detectors(x, ...)

detectors(x) <- value

# S4 method for AcousticEvent detectors(x) <- value

species(x, ...)

# S4 method for AcousticEvent species(x, ...)

# S4 method for AcousticStudy species(x, type = "id", ...)

species(x) <- value

# S4 method for AcousticEvent species(x) <- value

files(x, ...)

# S4 method for AcousticEvent files(x, ...)

files(x) <- value

# S4 method for AcousticEvent files(x) <- value

ancillary(x, ...)

# S4 method for AcousticEvent ancillary(x, ...)

ancillary(x) <- value

# S4 method for AcousticEvent ancillary(x) <- value

# S4 method for AcousticEvent,ANY,ANY,ANY [(x, i)

# S4 method for AcousticEvent,ANY,ANY,ANY [(x, i) <- value

# S4 method for AcousticEvent $(x, name)

# S4 method for AcousticEvent $(x, name) <- value

# S4 method for AcousticEvent,ANY,ANY [[(x, i)

# S4 method for AcousticEvent,ANY,ANY,ANY [[(x, i) <- value

# S4 method for AcousticStudy id(x, ...)

# S4 method for AcousticStudy id(x) <- value

# S4 method for AcousticStudy files(x, ...)

# S4 method for AcousticStudy files(x) <- value

gps(x, ...)

# S4 method for AcousticStudy gps(x, ...)

gps(x) <- value

# S4 method for AcousticStudy gps(x) <- value

# S4 method for AcousticStudy detectors(x, ...)

events(x, ...)

# S4 method for AcousticStudy events(x, ...)

events(x) <- value

# S4 method for AcousticStudy events(x) <- value

# S4 method for AcousticStudy settings(x, ...)

# S4 method for AcousticStudy settings(x) <- value

effort(x, ...)

# S4 method for AcousticStudy effort(x, ...)

effort(x) <- value

# S4 method for AcousticStudy effort(x) <- value

pps(x, ...)

# S4 method for AcousticStudy pps(x, ...)

pps(x) <- value

# S4 method for AcousticStudy pps(x) <- value

# S4 method for AcousticStudy ancillary(x, ...)

# S4 method for AcousticStudy ancillary(x) <- value

models(x, ...)

# S4 method for AcousticStudy models(x, ...)

models(x) <- value

# S4 method for AcousticStudy models(x) <- value

# S4 method for AcousticStudy,ANY,ANY,ANY [(x, i)

# S4 method for AcousticStudy,ANY,ANY,ANY [(x, i) <- value

# S4 method for AcousticStudy $(x, name)

# S4 method for AcousticStudy $(x, name) <- value

# S4 method for AcousticStudy,ANY,ANY [[(x, i)

# S4 method for AcousticStudy,ANY,ANY,ANY [[(x, i) <- value

Value

id

a unique id or name for this object

settings

a named list of settings for each detector and localization or recorder

detectors

a list of detector data frames

localizations

list of localizations

species

list of species classifications

files

list of files used to create this object

events

a list of AcousticEvent objects

gps

a dataframe containing gps data

pps

the PAMpalSettings object used to create this

effort

something about effort?

ancillary

miscellaneous extra data

Arguments

x

a AcousticEvent or AcousticStudy object

...

other arguments to pass to methods

value

value to assign with accessor

type

species type to select

i

index of the object to access

name

name of the object to access

Author

Taiki Sakai taiki.sakai@noaa.gov