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.
# S3 method for 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 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, ...)
either a single PerformanceList object or a list of these. If a list is provided it must be named.
not used
logical. If TRUE
, create a trellis plot where the
number of panels equals the number of PerformanceList
objects.
Otherwise, create a single plot for each PerformanceList object
character. See lattice::panel.xyplot
list. See lattice::panel.xyplot
character. Plotting colour
list containing additional components to be passed to
the key argument of
lattice::xyplot
additional arguments to lattice::xyplot
A trellis object.
PerformanceList
, lattice::xyplot
# NOT RUN {
## see lulcc-package examples
# }
Run the code above in your browser using DataLab