Learn R Programming

gmum.r (version 0.2.1)

plot.Rcpp_CecModel: plot

Description

Plot clustering found on 2D plot coloring by cluster.

Usage

"plot"(x, slice = c(), pca = FALSE, ellipses = FALSE, centers = FALSE, ...)

Arguments

x
CEC model object.
slice
List of dimentions chosen for display since plot is 2D.
pca
Apply PCA or not
ellipses
Outline clusters.
centers
Marks center of every cluster.
...
other arguments not used by this method.

Details

Plot CEC

Examples

Run this code
## Not run: 
# plot(cec)
# plot(cec, slice=c(1,3), ellipses=TRUE)
# plot(cec, slice=c(1,2,3))
# plot(cec, ellipses=TRUE, centers=FALSE)
# plot(cec, pca=TRUE, ellipses=TRUE, centers=FALSE)
# ## End(Not run)

Run the code above in your browser using DataLab