formatEffort {PAMscapes} | R Documentation |
Format Detection Effort
Description
Format effort data for use in other acoustic detection plotting functions. Time ranges will be marked as either "on" or "off" effort
Usage
formatEffort(
effort,
range = NULL,
resolution = NULL,
columns = NULL,
combineYears = FALSE
)
Arguments
effort |
dataframe with columns |
range |
if not |
resolution |
if not |
columns |
if not |
combineYears |
logical flag to combine all years into a single "year" |
Value
a dataframe with columns start
, end
, and status
which is either "on" or "off", as well as any columns listed in columns
Author(s)
Taiki Sakai taiki.sakai@noaa.gov