fillGPS: 'fillGPS' Fill in missing GPS positions after filtering

Description Usage Arguments Details Value Author(s) See Also

View source: R/fillGPS.R

Description

fillGPS Fill in missing GPS positions after filtering

Usage

1
fillGPS(data.list = midnat, replace.all = F)

Arguments

data.list

List of data frames created using readLogger

replace.all

Logical, if TRUE, then all positions are replaced by new ones, otherwise only missing positions are filled in (default).

Details

Based on the filtered GPS points, empty GPS points in other tables are filled in by interpolation on time

Value

Returns the same list as in the input, but with missing GPS positions interpolated in all tables.

Author(s)

Martin Biuw

See Also

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()


embiuw/LoggeR documentation built on May 21, 2020, 4:34 p.m.