plot_validation_object_list: Plot a 'validation_plot' object.

Description Usage Arguments

Description

Plot a validation_plot object.

Usage

1
2
3
4
5
6
7
## S3 method for class 'validation_object_list'
plot(x, ...)

plot_validation_object_list(validation_object_list, ylab = "Default (%)",
  title = NULL, linecolors = c(), line_types = NULL, plotroc = TRUE,
  numbers = TRUE, showpoints = FALSE, increment = 10, n_per_row = 1,
  scale = 1, use_normalizer = FALSE, ymax = NULL)

Arguments

x

object.

...

Internal.

validation_object_list

list. The validation objects to plot.

ylab

character. (For plot_type = "standard" only. Default is "Default (%)")

title

character. The title of the plot, by default NULL for no title.

linecolors

character. For plot_type = "standard" only. Vector of colors for each model. Default is rainbow.

line_types

character. "Solid", "dashed" or "dotted", by default the former.

plotroc

logical. Whether to print ROC in legend.

numbers

logical. Whether to print number of defaults in each bucket above the plotted point, but only if you are plotting a single model. Default is TRUE.

showpoints

logical. If TRUE, print only lines on validation graph, not points.

increment

integer. Increments of y-axis scale, in percent. Default = 10.

n_per_row

integer.

scale

integer. If different than 1, used to scale output image.

use_normalizer

logical.

ymax

double. Controls for the maximum of y-axis scale if provided, may need to be used together with increment to be effective.


avantcredit/make_validation_plot documentation built on May 11, 2019, 4:07 p.m.