plot: Different kinds of plots using either plotly (if available)...

plotR Documentation

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 class 'discretization'
plot(x, type)

## S4 method for signature '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.


adimajo/scoring documentation built on March 7, 2024, 11:18 p.m.