plot.predict.ocm: Plot probability densities from output of predict method
Description
Plot method for class predict.ocm
Usage
# S3 method for predict.ocm
plot(x, records = NULL, ...)
Arguments
x
An object of class predict.ocm
records
An integer or a vector of integers. The number of the record/s
in the data set for which the density has to be plotted. If not specified, the
function will plot all records.
...
further arguments passed to or from other methods
Details
The probability densities from predict.ocm
are plotted.