plot method for class optbin.
# S3 method for optbin
plot(x, col=NULL, main="Binned Observations", ...)None
an object of class optbin.
vector of colors to apply to bins (default uses an internal set)
title of graph
other parameters passed through to the underlying plotting routines (do not set xaxt or ann)
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.
optbin