plot,KmmComponent-method {MixAll} | R Documentation |
KmmComponent
]Plotting data from a [KmmComponent
] object
using the estimated partition.
## S4 method for signature 'KmmComponent' plot(x, y, ...)
x |
an object of class [ |
y |
a vector with partitions |
... |
further arguments passed to or from other methods |
## Not run: ## the bull eyes data set data(bullsEye) model <- kmm( bullsEye, 2, models= "kmm_pk_s") plot(model) ## End(Not run)