Description Usage Arguments Value Examples
View source: R/spatial_buffer.R
Remove Argos location outside a spatial buffer set by user.
1  | spatial_buffer(data, xlim, ylim, lat = "latitude", long = "longitude")
 | 
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  | 
A data frame with 7 variables
1  | ## See vignette
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.