Learn R Programming

MixAll (version 1.4.2)

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

Description

Plotting data from a ['>KmmComponent] object using the estimated partition.

Usage

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

Arguments

x

an object of class ['>KmmComponent]

y

a vector with partitions

...

further arguments passed to or from other methods

See Also

plot

Examples

Run this code
# NOT RUN {
 ## the bull eyes data set
  data(bullsEye)
  model <- kmm( bullsEye, 2, models= "kmm_pk_s")
  plot(model)
  
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab