plot,ClusterDiagGaussian-method | R Documentation |
ClusterDiagGaussian
]Plotting data from a [ClusterDiagGaussian
] object
using the estimated parameters and partition.
## S4 method for signature 'ClusterDiagGaussian'
plot(x, y, ...)
x |
an object of class [ |
y |
a list of variables to plot (subset). Variables names or indices. If missing all the variables are represented. |
... |
further arguments passed to or from other methods |
plot
## the famous iris data set
data(iris)
model <- clusterDiagGaussian(iris[1:4], 3, strategy = clusterFastStrategy())
plot(model)
plot(model, c(1,3))
plot(model, c("Sepal.Length","Sepal.Width"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.