Learn R Programming

MixAll (version 1.2.0)

plot,ClusterMixedData-method: Plotting of a class [ClusterMixedData]

Description

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

Usage

"plot"(x, y, ...)

Arguments

x
an object of class [ClusterMixedData]
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)
#   ## End(Not run)

Run the code above in your browser using DataLab