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

plot,ClusterCategorical-methodR Documentation

Plotting of a class [ClusterCategorical]

Description

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

Usage

## 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


  ## the car data set (verify car data is in your environment)
  data(car)
  model <- clusterCategorical(car, 3, strategy = clusterFastStrategy())
  plot(model)
  


MixAll documentation built on June 22, 2024, 6:56 p.m.