plot.OCobject reads an Optimal Classification object in two user-specified
dimensions and plots the coordinates, cutting lines, a Coombs mesh, and a Skree plot.
For one-dimensional OCobject objects, it plots a one-dimensional coordinate
plot along with a Skree plot.
Usage
plot.OCobject(x, dims=c(1,2), ...)
Arguments
x
an OCobject output object.
dims
a vector of length 2, specifying the two dimensions to be plotted.
...
other arguments do nothing and are not passed to any plot functions.