plot,ClusterCategorical-method | 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 |
plot
## the car data set (verify car data is in your environment)
data(car)
model <- clusterCategorical(car, 3, strategy = clusterFastStrategy())
plot(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.