variog.mc.env(geodata, coords = geodata$coords, data = geodata$data,
obj.variog, nsim = 99, save.sim = FALSE,
messages.screen = TRUE)
coords
and
data
as described next.
Typically an object of the class "geodata"
- a geoR
data-set.
If not provided the arguments
coords
and data
coords
of the argument geodata
.data
of the argument geodata
."variogram"
, typically
an output of the function variog
.FALSE
.TRUE
, the default, status messages
are printed while the function is running.class
"variogram.envelope"
which is a
list with the following components:u
.u
.save.sim = TRUE
.variog.model.env
for envelops computed by
from a model specification,
variog
for variogram calculations,
plot.variogram
and variog.mc.env
for
graphical output.if(is.R()) data(s100)
s100.vario <- variog(s100, max.dist=1)
s100.env <- variog.mc.env(s100, obj.var = s100.vario)
plot(s100.vario, envelope = s100.env)
Run the code above in your browser using DataLab