acdc_access | R Documentation |
"acdc_record"
objectThese functions provide short-cuts to elements of an acdc_record-class
object.
acdc_access_dat(record)
acdc_access_timesteps(record)
acdc_access_maps(
record,
type = c("map_timestep", "map_cumulative"),
select = NULL
)
record |
An |
type |
For |
select |
(optional) For |
acdc_access_dat
accesses the record$dat
elements of an acdc_record-class
object for all time steps.
acdc_access_timesteps
accesses the total number of time steps stored in an acdc_record-class
object, accounting for both primary (acoustic) and secondary (archival) time steps.
acdc_access_maps
accesses all, or specified, maps from the record$spatial
elements of an acdc_record-class
object.
acdc_access_dat
returns a single dataframe for all time steps.
acdc_access_timesteps
returns an integer that defines the total number of time steps.
acdc_access_maps
returns a single list of time-step specific or cumulative maps for specified or all time steps.
Edward Lavender
#### Example (1): acdc_access_dat()
acdc_access_dat(acdc_simplify(dat_acdc))
#### Example (2): acdc_access_timesteps()
acdc_access_timesteps(acdc_simplify(dat_acdc))
#### Example (3): acdc_access_maps()
acdc_access_maps(acdc_simplify(dat_acdc))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.