plot.vscc {vscc}R Documentation

Plotting for VSCC Objects

Description

Dedicated plot function for objects of class vscc.

Usage

## S3 method for class 'vscc'
plot(x, ...)

Arguments

x

An object of class vscc.

...

Further arguments to be passed on

Details

Provides a scatterplot matrix of the selected variables with colours corresponding to each group.

Value

No return value.

Author(s)

Jeffrey L. Andrews

See Also

vscc

Examples

require("mclust")
data(banknote)
X<-banknote[,-1]
bankrun <- vscc(X)
plot(bankrun)

[Package vscc version 0.7 Index]