plot.col.kmeans {lsbclust}R Documentation

Plot method for class 'col.kmeans'

Description

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

Usage

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

Arguments

x

An object of class col.kmeans

which

Which type of plot to produce (only 3 types are implemented).

...

additional arguments passed to theme.

Author(s)

Pieter C. Schoonees

Examples

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

[Package lsbclust version 1.1 Index]