This plot method simply plots each of the components in the list of class lsbclust.
Usage
# S3 method for lsbclust
plot(x, type = c("overall", "rows", "columns",
"interactions"), biplot.axes = TRUE, ...)
Arguments
x
An object of class orc.kmeans
type
A character vector indicating which component(s) of x to plot: a combination of
"overall", "rows", "columns" and "interactions".
biplot.axes
A logical indicating whether to plot calibrated biplot axes for the line
segments indicated in segments or not.
…
additional arguments passed to the plot methods of the respective components, typically
to theme. Use e.g. plot(x$interactions) for more control over the respective
plots.