plot.lsbclust {lsbclust} | R Documentation |
Plot method for class 'lsbclust'
Description
This plot method simply plots each of the components in the list of class lsbclust
.
Usage
## S3 method for class 'lsbclust'
plot(x, type = c("overall", "rows", "columns",
"interactions"), biplot.axes = TRUE, ...)
Arguments
x |
An object of class |
type |
A character vector indicating which component(s) of |
biplot.axes |
A logical indicating whether to plot calibrated biplot axes for the line
segments indicated in |
... |
additional arguments passed to the plot methods of the respective components, typically
to |
Author(s)
Pieter C. Schoonees
See Also
plot.int.lsbclust
, plot.ovl.kmeans
,
plot.row.kmeans
, plot.col.kmeans
Examples
data("dcars")
m <- lsbclust(data = dcars, margin = 3, delta = c(1, 1, 1, 1), nclust = 5, nstart = 1)
plot(m)
[Package lsbclust version 1.1 Index]