plot.bouldr: Plot the ROC objects in a pretty way, with faceting when...

View source: R/plot.bouldr.R

plot.bouldrR Documentation

Plot the ROC objects in a pretty way, with faceting when appropriate

Description

Plot the ROC objects in a pretty way, with faceting when appropriate

Usage

## S3 method for class 'bouldr'
plot(
  x,
  point_size = 0,
  line_size = 1,
  bw = FALSE,
  shapes = TRUE,
  ncol = NULL,
  nrow = NULL,
  facet_order = NULL,
  ...
)

Arguments

x

An object of class bouldr

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

Value

A ggplot2 object with relevant plot(s)


jlangaa/bouldr documentation built on May 3, 2024, 5:40 a.m.