View source: R/process_bouts_and_gps_epochs_into_walkbouts.R
outlier_gps_points | R Documentation |
Outlier GPS data points This function identifies outlier GPS points for the bout radius calculation from a given set of latitude and longitude coordinates.
outlier_gps_points(lat_long, dwellbout_radii_quantile)
lat_long |
A data frame containing the latitude and longitude coordinates for the GPS points. |
dwellbout_radii_quantile |
The threshold for outliering GPS data points - any data points above the specified percentile are outliered. |
A data frame containing the latitude and longitude coordinates for the non-outlier GPS points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.