data.loss.gps: Data loss due to GPS cleaning

Description Usage Arguments Details

View source: R/data.loss.gps.R

Description

Returns a two column data.frame, with the data amount lost at each level of data cleaning, in epochs

Usage

1
2
data.loss.gps(speed.cutoff, hdop.cutoff, neighbour.number, neighbour.window,
  epoch.length, dataset)

Arguments

speed.cutoff

The cut-off above which speed is deemed unreliable, in the same units as your speed variable

hdop.cutoff

The cut-off above which your horizontal dilution of precision is deemed unreliable

neighbour.number

an integer: if you are removing isolated points, how few neighbours counts as isolated

neighbour.window

The width of a window in which to look for neighbours to define whether a point is isolated, in seconds

dataset

The dataset you need cleaned

Details

Set up exactly the same as gps.cleaner, this function tell you how much data you lose from cleaning the data with your given rules


dprocter/modeid documentation built on May 19, 2019, 8:21 a.m.