View source: R/exploratory_analysis.R
dist_summaries | R Documentation |
Computes the distances between the locations in the data-set and returns summary statistics of these.
dist_summaries(data, convert_to_utm = TRUE, scale_to_km = FALSE)
data |
an object of class |
convert_to_utm |
a logical value, indicating if the conversion to UTM shuold be performed ( |
scale_to_km |
a logical value, indicating if the distances used in the variogram must be scaled
to kilometers ( |
a list containing the following components
min
the minimum distance
max
the maximum distance
mean
the mean distance
median
the minimum distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.