plot,ClusterCategorical-method {MixAll} | R Documentation |
ClusterCategorical
]Plotting data from a [ClusterCategorical
] object
using the estimated parameters and partition.
## S4 method for signature 'ClusterCategorical' plot(x, y, ...)
x |
an object of class [ |
y |
a number between 1 and K-1. |
... |
further arguments passed to or from other methods |
## the car data set ## Not run: data(car) model <- clusterCategorical(car, 3, strategy = clusterFastStrategy()) plot(model) ## End(Not run)