plot.optbin | R Documentation |
plot
method for class optbin
.
## S3 method for class 'optbin'
plot(x, col=NULL, main="Binned Observations", ...)
x |
an object of class |
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) |
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.
None
optbin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.