draw.xvalid {RGeostats} | R Documentation |
Graphic representation of Cross-Validation results
Description
Graphic representation of Cross-Validation results
Usage
draw.xvalid(mode = 1, db, thresh = 2.5, nbins = 20, ...)
Arguments
mode |
Type of graphic representation:
1 Base Map showing the absolute value of the Standardized Error in proportional symbol. Samples for which this value is larger than the threshold 'thresh' are represented in solid red points.
2 Histogram of the Standardized Error. Bins corresponding to values beyond the threshold are represented in red.
3 Scatter plot of the Standardized Error vs. the Estimation.
4 Scatter plot of the true data vs. the Estimation
|
db |
The db-class containing the cross-validation results
|
thresh |
Value of the threshold
|
nbins |
Number of bins used for the representation of the Histogram of the Standardized Errors
|
... |
Additional arguments passed to db.plot , hist and correlation .
|
[Package
RGeostats version 11.2.12
Index]