Description Usage Arguments Details Value Author(s) See Also
filterGPS
Filter out bad GPS position estimates
1 | filterGPS(data.list = midnat, maxSpeed = 300)
|
data.list |
List of data frames created using |
maxSpeed |
Maximum speed allowed between points, MORE DETAILS NEEDED HERE!! |
Creates a quality 'flag' variable in the gps table, indicating which points have passed the quality criterion and should be considered for further processing and analyses.
Returns the same list as in the input, but with flagged GPS positions in the gps table,
Martin Biuw
readLoggerTable
to read single table from sightings database,
readLogger
to read entire sightings database,
correctEffort
to correct inconsistencies in effort table,
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()
,
correctEffort()
,
fillGPS()
,
mkLeaflet()
,
readLoggerTable()
,
readLogger()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.