plot.mixer {mixer}R Documentation

Plot of mixer object

Description

plot.mixer display a two plot: the Integrated Classification Criterion in function of the number of classes and the adjacency matrix reorganized according the estimated partition

Usage

plot.mixer(x, q = NULL,...)

Arguments

x a mixer object (output of the mixer function)
q the number of classes
... further graphical arguments.

See Also

See Also mixer

Examples

graph.affiliation(n=100,c(1/3,1/3,1/3),0.8,0.2)->g
mixer(g$x,qmin=2,qmax=6)->xout
## Not run: plot(xout,3)

[Package mixer version 0.2 Index]