plot.umix {UEM} | R Documentation |
umix
objects
Generic plotting function for umix
objects.
## S3 method for class 'umix' plot(x, y = NULL, showMeans = TRUE, contours = TRUE, col = "cornflowerblue", ...)
x |
an |
y |
original data; can also be given as component of |
showMeans |
|
contours |
|
col |
|
... |
J. Einbeck
data(rock) fit <-EM(rock[,2:3], K=2) plot(fit)