Learn R Programming

rtkpp (version 0.8.5)

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

Description

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

Usage

## S3 method for class 'ClusterHeterogeneous':
plot(x, y, ...)

Arguments

x
an object of class [ClusterHeterogeneous]
y
a number between 1 and K-1.
...
further arguments passed to or from other methods

See Also

plot

Examples

Run this code
## the car data set
  data(car)
  model <- clusterHeterogeneous(car, 3, strategy = clusterFastStrategy())
  plot(model)

Run the code above in your browser using DataLab