Learn R Programming

vscc (version 0.6)

plot.vscc: Plotting for VSCC Objects

Description

Dedicated plot function for objects of class vscc.

Usage

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

Value

No return value.

Arguments

x

An object of class vscc.

...

Further arguments to be passed on

Author

Jeffrey L. Andrews

Details

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

See Also

vscc

Examples

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

Run the code above in your browser using DataLab