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
, where
are a sequence of nominal confidence of prediction intervals and each
is the actual coverage of an interval with nominal confidence
.
See Also
Other accuracy functions:
accuracy()
,
mean.accuracy()
,
precision()
,
validate()
,
xvErrorMeasures.default()
,
xvErrorMeasures()