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

plot,KmmModel-methodR Documentation

Plotting of a class [KmmModel]

Description

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

Usage

## 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


 ## the bull eyes data set
  data(bullsEye)
  model <- kmm( bullsEye, 2, models= "kmm_pk_s")
  plot(model)
  


MixAll documentation built on June 22, 2024, 6:56 p.m.