plot.accuracy {gmGeostats} | R Documentation |
Plot method for accuracy curves
Description
Plot an accuracy curve out of the outcome of accuracy()
.
Usage
## S3 method for class 'accuracy'
plot(
x,
xlim = c(0, 1),
ylim = c(0, 1),
xaxs = "i",
yaxs = "i",
type = "o",
col = "red",
asp = 1,
xlab = "confidence",
ylab = "coverage",
pty = "s",
main = "accuracy plot",
colref = col[1],
...
)
Arguments
x |
an |
xlim |
graphical parameters, see |
ylim |
graphical parameters, see |
xaxs |
graphical parameters, see |
yaxs |
graphical parameters, see |
type |
graphical parameters, see |
col |
graphical parameters, see |
asp |
graphical parameters, see |
xlab |
graphical parameters, see |
ylab |
graphical parameters, see |
pty |
graphical parameters, see |
main |
graphical parameters, see |
colref |
color for the reference line 1:1 |
... |
further graphical parameters to |
Value
Nothing, called to plot the accuracy curve
\{(p_i, \pi_i), i=1,2, \ldots, I\}
, where \{p_i\}
are a sequence of nominal confidence of prediction intervals and each \pi_i
is the actual coverage of an interval with nominal confidence p_i
.
See Also
Other accuracy functions:
accuracy()
,
mean.accuracy()
,
precision()
,
validate()
,
xvErrorMeasures.default()
,
xvErrorMeasures()