temporal_buffer: Remove Argos location inside a temporal buffer

Description Usage Arguments Value Examples

View source: R/temporal_buffer.R

Description

Remove Argos location inside a temporal buffer set by user.

Usage

1
2
3
4
5
6
7
8
temporal_buffer(
  data,
  interval = 5,
  noid = "noid",
  date = "dateloc",
  qual = "quality",
  semmajaxis = "semmajaxis"
)

Arguments

data

Cleaned Argos location data frame

interval

Length of the temporal buffer (in minutes) inside which locations are considered to be redundondant

noid

Column name of the PTT field

date

Column name of the date field

qual

Column name of the location quality field

semmajaxis

Column name of the semi-major axis field

Value

A data frame with 7 variables

Examples

1
## See vignette

ahasverus/argostools documentation built on Feb. 22, 2020, 4:35 a.m.