View source: R/functions_spatial.R
variogram_range | R Documentation |
Automatic calculation of a variogram range
variogram_range(
x,
project_to_utm = TRUE,
sub_samplepoints_N = NULL,
crs = NULL,
seed = NULL
)
x |
A two-dimensional
|
project_to_utm |
A logical value. If |
sub_samplepoints_N |
An integer value. If not |
crs |
An object which is a crs or from which one can be derived.
|
seed |
Passed to |
A numeric value representing the variogram range
in units of x
.
autofitVariogram
xy <- as_points(0.5 + cbind(0:9, 0:9), crs = 6350, to_class = "sf")
variogram_range(xy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.