plot.umix {UEM}R Documentation

Plotting function for umix objects

Description

Generic plotting function for umix objects.

Usage

## S3 method for class 'umix'
plot(x, y = NULL, showMeans = TRUE, contours = TRUE, col = "cornflowerblue", ...)

Arguments

x

an umix object, often denoted as theta.

y

original data; can also be given as component of x.

showMeans
contours
col
...

Author(s)

J. Einbeck

Examples

data(rock)
fit <-EM(rock[,2:3], K=2)
plot(fit)

[Package UEM version 0.3-1 Index]