plot,ClusterMixedDataModel-method {MixAll} | R Documentation |
ClusterMixedDataModel
]Plotting data from a [ClusterMixedDataModel
] object
using the estimated parameters and partition.
## S4 method for signature 'ClusterMixedDataModel' plot(x, y, ...)
x |
an object of class [ |
y |
a number between 1 and K-1. |
... |
further arguments passed to or from other methods |
## Not run: ## the car data set data(car) model <- clusterMixedData(car, 3, strategy = clusterFastStrategy()) plot(model) ## End(Not run)