powered by
'>ClusterCategorical
Plotting data from a ['>ClusterCategorical] object using the estimated parameters and partition.
# S4 method for ClusterCategorical plot(x, y, ...)
an object of class ['>ClusterCategorical]
a number between 1 and K-1.
further arguments passed to or from other methods
plot
# NOT RUN { ## the car data set # } # NOT RUN { data(car) model <- clusterCategorical(car, 3, strategy = clusterFastStrategy()) plot(model) # } # NOT RUN { # }
Run the code above in your browser using DataLab