plot-ClusterCategorical-method: Plotting of a class ['ClusterCategorical']

Description Usage Arguments See Also Examples

Description

Plotting data from a [ClusterCategorical] object using the estimated parameters and partition.

Usage

1
2
## S4 method for signature 'ClusterCategorical'
plot(x, y, ...)

Arguments

x

an object of class [ClusterCategorical]

y

a number between 1 and K-1.

...

further arguments passed to or from other methods

See Also

plot

Examples

1
2
3
4
5
6
7
  ## the car data set
## Not run: 
  data(car)
  model <- clusterCategorical(car, 3, strategy = clusterFastStrategy())
  plot(model)
  
## End(Not run)

MixAll documentation built on Sept. 12, 2019, 5:05 p.m.