plot,KmmModel-method | R Documentation |
KmmModel
]Plotting data from a [KmmModel
] object
using the estimated parameters and partition.
## S4 method for signature 'KmmModel'
plot(x, y, ...)
x |
an object of class [ |
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 |
plot
## the bull eyes data set
data(bullsEye)
model <- kmm( bullsEye, 2, models= "kmm_pk_s")
plot(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.