Plot 'step.lsbclust' objects.
# S3 method for step.lsbclust
plot(x, which = 1L:5L, col.all = NULL,
arrange = FALSE, chull = FALSE, ...)
An object of class step.lsbclust
Which type of plot to produce.
A character vector of length one indicating which of "overall"
,
"rows"
, "columns"
or "interactions"
should be mapped to colour in the
plot for all possible models. Care needs to be taken that the stated component is included in
the fit.
Logical indicating whether the arrange the plots side-by-side
via grid.arrange
or not.
Logical indicating whether to plot the estimated convex hull or not.
additional arguments passed to theme
.