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

Description Usage Arguments See Also Examples

Description

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

Usage

1
2
## S4 method for signature 'KmmModel'
plot(x, y, ...)

Arguments

x

an object of class [KmmModel]

y

a list of variables to plot (subset). Variables names or indices. If missing all the variables are represented.

...

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.