View source: R/get_spatial_threshold.R
get_spatial_threshold | R Documentation |
To obtain spatial threshold for calculating interactions from raw GPS observations. The threshold is obtained as the distance interval that captures maximum number of inter-individual interactions.
get_spatial_threshold(species_interactions, interval_size)
species_interactions |
A dataframe consisting of individual interactions within maximum possible distance |
interval_size |
Minimum interval size within which the number of interactions should be calculated |
Spatial threshold in meters
data(elk_all_interactions_2010)
get_spatial_threshold(elk_all_interactions_2010, interval_size = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.