formatEffort | R Documentation |
Format effort data for use in other acoustic detection plotting functions. Time ranges will be marked as either "on" or "off" effort
formatEffort(
effort,
range = NULL,
resolution = NULL,
columns = NULL,
combineYears = FALSE
)
effort |
dataframe with columns |
range |
if not |
resolution |
if not |
columns |
if not |
combineYears |
logical flag to combine all years into a single "year" |
a dataframe with columns start
, end
, and status
which is either "on" or "off", as well as any columns listed in columns
Taiki Sakai taiki.sakai@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.