practicalRange | R Documentation |
Computes practical ranges for the correlation functions implemented in the geoR package
practicalRange(cov.model, phi, kappa = 0.5, correlation = 0.05, ...)
cov.model |
correlation model as documented in
|
phi |
correlation parameter as documented in |
kappa |
additional correlation parameter as documented in
|
correlation |
correlation threshold for asymptotic models. Defaults to 0.05. |
... |
arguments to be passed to |
A scalar with the value of the practical range.
cov.spatial
practicalRange("exp", phi=10)
practicalRange("sph", phi=10)
practicalRange("gaus", phi=10)
practicalRange("matern", phi=10, kappa=0.5)
practicalRange("matern", phi=10, kappa=1.5)
practicalRange("matern", phi=10, kappa=2.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.