rocr.plot: ROCR plotter

Description Usage Arguments

View source: R/ROCRPlot.R

Description

Plots ROCROCR

Usage

1
2
3
rocr.plot(plot_data, device = eps, y_name = NULL, x_name = NULL,
  ylab = NULL, xlab = NULL, file_name = NULL, return_plot = FALSE,
  subscript = FALSE)

Arguments

plot_data

The plot data object. No default.

device

Character vector with the name of the image device to use. Passed to save.plot. Defaults to "eps".

y_name

The name of the y variable. Defaults to NULL in which case the first variable is used.

x_name

The name of the x variable. Defaults to NULL in which case the second variable is used.

ylab

The y label. Defaults to NULL in which case the variable name is used.

xlab

The x label. Defaults to NULL in which case the variable name is used.

file_name

If not NULL the plot object will be saved to disk using the name provided. Defaults to NULL.

return_plot

Logical. If TRUE the plot object is returned. Defaults to FALSE.

subscript

Logical. If TRUE, underscores in pretty names in converted to LaTex expression. Defaults to FALSE.


citronmeliss/predictionpackr documentation built on Feb. 10, 2020, 12:19 a.m.