svar.grid | R Documentation |
Discretizes a variogram model (to speed up variogram evaluation).
Constructor function of the svar.grid-class
.
svar.grid(svar, log = TRUE, ...)
## S3 method for class 'svarmod'
svar.grid(
svar,
log = TRUE,
n = 256,
min = 10 * .Machine$double.eps,
max = 1.1 * svar$range,
...
)
svar |
(fitted) variogram model (a |
log |
logical. If |
... |
further arguments passed to or from other methods. |
n |
number of lags. Defaults to 256. |
min |
minimun lag. Defaults to |
max |
maximum lag. Defaults to |
A svar.grid-class
object extending svarmod
,
bin.den
and data.grid
classes.
svarmod
, bin.den
, data.grid
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.