Learn R Programming

MixAll (version 1.4.2)

plot,ClusterMixedDataModel-method: Plotting of a class ['>ClusterMixedDataModel]

Description

Plotting data from a ['>ClusterMixedDataModel] object using the estimated parameters and partition.

Usage

# S4 method for ClusterMixedDataModel
plot(x, y, ...)

Arguments

x

an object of class ['>ClusterMixedDataModel]

y

a number between 1 and K-1.

...

further arguments passed to or from other methods

See Also

plot

Examples

Run this code
# NOT RUN {
  ## the car data set
  data(car)
  model <- clusterMixedData(car, 3, strategy = clusterFastStrategy())
  plot(model)
  
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab