xvalid
.## S3 method for class 'xvalid':
plot(x, coords, borders = NULL, ask = TRUE,
error = TRUE, std.error = TRUE, data.predicted = TRUE,
pp = TRUE, map = TRUE, histogram = TRUE,
error.predicted = TRUE, error.data = TRUE, ...)
"xvalid"
, typically an output
from the function xvalid
.TRUE
.TRUE
.TRUE
.TRUE
.TRUE
.TRUE
.plot
.xvalid
for the cross-validation computations.if(is.R()) data(s100)
wls <- variofit(variog(s100, max.dist = 1), ini = c(.5, .5), fix.n = TRUE)
xvl <- xvalid(s100, model = wls)
#
op <- par(no.readonly = TRUE)
par(mfcol = c(3,2))
par(mar = c(3,3,0,1))
par(mgp = c(2,1,0))
plot(xvl, error = FALSE, ask = FALSE)
plot(xvl, std.err = FALSE, ask = FALSE)
par(op)
Run the code above in your browser using DataLab