powered by
Dedicated plot function for objects of class vscc.
# S3 method for vscc plot(x, ...)
No return value.
An object of class vscc.
Further arguments to be passed on
Jeffrey L. Andrews
Provides a scatterplot matrix of the selected variables with colours corresponding to each group.
vscc
require("mclust") data(banknote) bankrun <- vscc(banknote[,-1]) plot(bankrun)
Run the code above in your browser using DataLab