spatial_buffer: Remove Argos location outside a spatial buffer

Description Usage Arguments Value Examples

View source: R/spatial_buffer.R

Description

Remove Argos location outside a spatial buffer set by user.

Usage

1
spatial_buffer(data, xlim, ylim, lat = "latitude", long = "longitude")

Arguments

data

Cleaned Argos location data frame

xlim

Min and Max of longitude of the spatial buffer

ylim

Min and Max of latitude of the spatial buffer

lat

Column name of the latitude field

long

Column name of the longitude field

Value

A data frame with 7 variables

Examples

1
## See vignette

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