plot.vscc | R Documentation |
Dedicated plot function for objects of class vscc.
## S3 method for class 'vscc'
plot(x, ...)
x |
An object of class vscc. |
... |
Further arguments to be passed on |
Provides a scatterplot matrix of the selected variables with colours corresponding to each group.
No return value.
Jeffrey L. Andrews
vscc
require("mclust")
data(banknote)
X<-banknote[,-1]
bankrun <- vscc(X)
plot(bankrun)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.