plot.bouldr | R Documentation |
Plot the ROC objects in a pretty way, with faceting when appropriate
## S3 method for class 'bouldr'
plot(
x,
point_size = 0,
line_size = 1,
bw = FALSE,
shapes = TRUE,
ncol = NULL,
nrow = NULL,
facet_order = NULL,
...
)
x |
An object of class |
point_size |
Sets the size of the points; default is 0 (no points) |
line_size |
Sets the size of the line; default is 1 |
bw |
logical; print the plot in black and white with shapes & linetypes? |
shapes |
logical; print shapes and linetypes (on color plots) |
ncol |
numeric; for faceted plots, specifies number of columns |
nrow |
numeric; for faceted plots, specifies number of rows |
facet_order |
string; for faceted plots, specifies the order of the facets |
... |
Additional arguments |
A ggplot2 object with relevant plot(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.