outlier_gps_points: Outlier GPS data points This function identifies outlier GPS...

View source: R/process_bouts_and_gps_epochs_into_walkbouts.R

outlier_gps_pointsR 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.

Description

Outlier GPS data points This function identifies outlier GPS points for the bout radius calculation from a given set of latitude and longitude coordinates.

Usage

outlier_gps_points(lat_long, dwellbout_radii_quantile)

Arguments

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.

Value

A data frame containing the latitude and longitude coordinates for the non-outlier GPS points.


walkboutr documentation built on May 29, 2024, 2:58 a.m.