plot.MGC | R Documentation |
PLots an object of type MGC (Model-based Gaussian Clustering)
## S3 method for class 'MGC'
plot(x, vars = NULL, groups = x$Classification, CexPoints = 0.2, Confidence = 0.95, ...)
x |
An object of type MGC |
vars |
A subset of indices of the variables to be plotted |
groups |
A factor containing groups to represent. Usually the clusters obtained from the algorithm. |
CexPoints |
Size of the points. |
Confidence |
Confidence of the ellipses |
... |
Anay additional graphical parameters |
PLots an object of type MGC (Model-based Gaussian Clustering) using a splom plot.
No value returned
Jose Luis Vicente Villardon
data(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.