Description Usage Arguments Value Author(s) See Also
View source: R/correctEffort.R
correctEffort
Correct errors start & end times in effort table
1 2 3 4 5 6 | correctEffort(
data.list = midnat,
include.birds = F,
tGap = 60,
plotType = "plotly"
)
|
data.list |
List of data frames created using |
include.birds |
Logical, indicating if bird sightings table should be used when correcting effort. Default is FALSE, i.e. only whale sightings and effort tables are used. |
tGap |
Time (in minutes) at which new effort start is assumed even if first data record does not have a designated start ('SE') event |
Returns the same list as in the input, but with corrected start and end of effort designations, and with all sightings and gps points allocated to transects (defined as contiguous effort periods).
Martin Biuw
readLoggerTable
to read single table from sightings database,
readLogger
to read entire sightings database,
filterGPS
to flag bad GPS positions,
fillGPS
to fill in missing GPS positions after filtering
mkLeaflet
to make interactive Leaflet map of sightings,
convert2spatial
to convert selected parts of sightings data list to shapefiles.
Other Logger sightings database functions:
convert2spatial()
,
fillGPS()
,
filterGPS()
,
mkLeaflet()
,
readLoggerTable()
,
readLogger()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.