Description Usage Arguments Value See Also Examples
View source: R/plot.Performance.R
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## 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,
...
)
|
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 |
A trellis object.
PerformanceList
, lattice::xyplot
1 | ## see lulcc-package examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.