Learn R Programming

SDLfilter (version 2.0.0)

dupfilter_qi: Filter temporal duplicates by quality index

Description

Function to filter temporal duplicates in tracking data by quality index.

Usage

dupfilter_qi(sdata = sdata, step.time = 0)

Arguments

sdata

A data frame containing columns with the following headers: "id", "DateTime", "qi". The function filters the input data by the unique "id". "DateTime" is date & time in class POSIXct. "qi" is the numerical quality index associated with each location fix where a greater number indicates a higher accuracy (e.g. the number of GPS satellites involved in estimation).

step.time

Consecutive locations less than or equal to step.time apart are considered temporal duplicates. Default is 0 hours.

Value

The input data frame is returned with temporal duplicates removed by the quality index.

Details

This function is a partial component of dupfilter, although works as a stand-alone function. It looks for temporal duplicates and retains a fix with the highest quality index.

References

Shimada T, Limpus C, Jones R, Hazel J, Groom R, Hamann M (2016) Sea turtles return home after intentional displacement from coastal foraging areas. Marine Biology 163:1-14 doi:10.1007/s00227-015-2771-0

See Also

dupfilter, dupfilter_exact, dupfilter_time, dupfilter_space, track_param