Description Usage Arguments Details Value Author(s) See Also
fillGPS
Fill in missing GPS positions after filtering
1 | fillGPS(data.list = midnat, replace.all = F)
|
data.list |
List of data frames created using |
replace.all |
Logical, if TRUE, then all positions are replaced by new ones, otherwise only missing positions are filled in (default). |
Based on the filtered GPS points, empty GPS points in other tables are filled in by interpolation on time
Returns the same list as in the input, but with missing GPS positions interpolated in all tables.
Martin Biuw
readLoggerTable
to read single table from sightings database,
readLogger
to read entire sightings database,
correctEffort
to correct inconsistencies in effort table,
filterGPS
to flag bad GPS positions,
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()
,
filterGPS()
,
mkLeaflet()
,
readLoggerTable()
,
readLogger()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.