draw.xvalid {RGeostats} | R Documentation |
Graphic representation of Cross-Validation results
draw.xvalid(db, mode = 1, name.data = NA, name.estim = db.ident(db,"*.estim"), name.stderr = db.ident(db,"*.stderr"), thresh = 2.5, nbins = 20, xlab="", ylab="", title=NA, ...)
db |
The |
mode |
Type of graphic representation:
|
name.data |
Name of the variable containing the input variable that has just be checked using the cross-validation procedure. If this variable is not provided the plot corresponding to mode=4 is not performed |
name.estim |
Name of the variable containing the cross-validation Estimation |
name.stderr |
Name of the variable containing the cross-validation Standardized Error |
thresh |
Value of the threshold |
nbins |
Number of bins used for the representation of the Histogram of the Standardized Errors |
xlab |
Label on the X-axis. |
ylab |
Label on the Y-axis. |
title |
Title of the Plot. If not provided, the title is constructed automatically from 'mode' argument. |
... |
Additional arguments passed to |