plot_optbin: Plotting Optimal Bins

plot.optbinR Documentation

Plotting Optimal Bins

Description

plot method for class optbin.

Usage

## S3 method for class 'optbin'
plot(x, col=NULL, main="Binned Observations", ...)

Arguments

x

an object of class optbin.

col

vector of colors to apply to bins (default uses an internal set)

main

title of graph

...

other parameters passed through to the underlying plotting routines (do not set xaxt or ann)

Details

The plot will contain the sorted points of the data that generated the bins. Points are color-coded per bin, and the plot contains the average value over the bin as a line. x axis labels are the upper thresholds for each bin.

Value

None

See Also

optbin


optbin documentation built on Sept. 20, 2022, 1:06 a.m.

Related to plot_optbin in optbin...