plot.lsbclust: Plot method for class 'lsbclust'

Description Usage Arguments Author(s) See Also Examples

Description

This plot method simply plots each of the components in the list of class lsbclust.

Usage

1
2
3
## S3 method for class '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.

Author(s)

Pieter C. Schoonees

See Also

plot.int.lsbclust, plot.ovl.kmeans, plot.row.kmeans, plot.col.kmeans

Examples

1
2
3
data("dcars")
m <- lsbclust(data = dcars, margin = 3, delta = c(1, 1, 1, 1), nclust = 5, nstart = 1)
plot(m)

lsbclust documentation built on May 1, 2019, 10:27 p.m.