Draw a histogram of the data used to build the optimal binning and mark the extent of the bins.
# S3 method for optbin
hist(x, bincol=NULL, main=NULL, xlab=NULL, ...)None
an object of class optbin.
vector of colors for showing extent of bins (default uses an internal set)
plot title, if not specified will modify the normal histogram title
x axis label, if not specified will modify the normal histogram label
other parameters passed through to hist
The points behind the binning are passed unchanged to the histogram function. Bins are marked with colored bars under the x axis, and lines showing the average value in each are also drawn on top.
optbin,
hist