View source: R/task_variogram_indic.R
| raw_variogram_metrics | R Documentation | 
Compute the nugget, partial sill, correlation range and structural variance on a matrix.
raw_variogram_metrics(
  mat,
  model = "sph",
  nmax = 100000L,
  nbins = 32,
  cutoff = NULL
)
| mat | A matrix | 
| model | The variogram model to use, either "sph" (for a spherical model) or "exp" (for an exponential model) | 
| nmax | The maximum number of pairs of cells to use when computing the variogram | 
| nbins | Number of distance bins to use to compute the variogram | 
| cutoff | Maximum distance to consider in the variogram. If NULL, then a distance equal to one third of the diagonal of the matrix is used | 
variogram_sews, raw_structvar
raw_variogram_metrics(serengeti[[5]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.