Summaries of the distances
dist_summaries.Rd
Computes the distances between the locations in the data-set and returns summary statistics of these.
Arguments
- data
an object of class
sf
containing the variable for which the variogram is to be computed and the coordinates- convert_to_utm
a logical value, indicating if the conversion to UTM shuold be performed (
convert_to_utm = TRUE
) or the coordinate reference system of the data must be used without any conversion (convert_to_utm = FALSE
). By defaultconvert_to_utm = TRUE
. Note: ifconvert_to_utm = TRUE
the conversion to UTM is performed using the epsg provided bypropose_utm
.- scale_to_km
a logical value, indicating if the distances used in the variogram must be scaled to kilometers (
scale_to_km = TRUE
) or left in meters (scale_to_km = FALSE
). By defaultscale_to_km = FALSE