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

Description Usage Arguments See Also Examples

Description

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

Usage

1
2
## S4 method for signature '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

1
2
3
4
5
6
7
## Not run: 
 ## the bull eyes data set
  data(bullsEye)
  model <- kmm( bullsEye, 2, models= "kmm_pk_s")
  plot(model)
  
## End(Not run)

MixAll documentation built on Sept. 12, 2019, 5:05 p.m.