Learn R Programming

scoringTools (version 0.1.3)

plot: Different kinds of plots using either plotly (if available) or the standard plot (graphics package).

Description

This function aims at producing useful graphs in the context of credit scoring in order to simplify the validation process of the produced credit score.

Usage

plot(x, y, ...)

# S3 method for discretization plot(x, type)

# S4 method for discretization plot(x, type)

Arguments

x

S4 discretization object.

y

(For standard plots only)

...

(For standard plots only)

type

Type of plot. For now only "ROC" is supported.