plot,ClusterGamma-method {MixAll} | R Documentation |
ClusterGamma
]Plotting data from a [ClusterGamma
] object
using the estimated parameters and partition.
## S4 method for signature 'ClusterGamma' plot(x, y, ...)
x |
an object of class [ |
y |
a list of variables to plot (subset). Variables names or indices. If missingValues all the variables are represented. |
... |
further arguments passed to or from other methods |
## for quantitative case ## Not run: data(iris) model <- clusterGamma( data=iris[1:4], nbCluster=3 , models=clusterGammaNames(prop = "equal") , strategy = clusterFastStrategy()) plot(model) plot(model, c(1,3)) plot(model, c("Sepal.Length","Sepal.Width")) ## End(Not run)