plot.ovl.kmeans: Plot method for class 'ovl.kmeans'

Description Usage Arguments Author(s) Examples

Description

Simple plot method for object of class 'ovl.kmeans' as output by orc.lsbclust.

Usage

1
2
## S3 method for class 'ovl.kmeans'
plot(x, which = 1L, ...)

Arguments

x

An object of class ovl.kmeans

which

Which type of plot to produce. Currently only which = 1 is implemented.

...

additional arguments passed to theme.

Author(s)

Pieter C. Schoonees

Examples

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

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