plot.PerformanceList {lulcc} | R Documentation |
Plot method for PerformanceList objects
Description
Plot the the ROC curve for each performance
object in a
PerformanceList
object. If more than one
PerformanceList
objects are provided ROC curves for the same land use
category from different objects are included on the same plot for model
comparison.
Usage
## S3 method for class 'PerformanceList'
plot(x, y, multipanel = TRUE, type = "l",
abline = list(c(0, 1), col = "grey"), col = RColorBrewer::brewer.pal(9,
"Set1"), key.args = NULL, ...)
## S4 method for signature 'list,ANY'
plot(x, y, multipanel = TRUE, type = "l",
abline = list(c(0, 1), col = "grey"), col = RColorBrewer::brewer.pal(9,
"Set1"), key.args = NULL, ...)
Arguments
x |
either a single PerformanceList object or a list of these. If a list is provided it must be named. |
y |
not used |
multipanel |
logical. If |
type |
character. See |
abline |
list. See |
col |
character. Plotting colour |
key.args |
list containing additional components to be passed to
the key argument of |
... |
additional arguments to |
Value
A trellis object.
See Also
PerformanceList
, lattice::xyplot
Examples
## see lulcc-package examples