Learn R Programming

mixer (version 0.2)

plot.mixer: 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

Run this code
graph.affiliation(n=100,c(1/3,1/3,1/3),0.8,0.2)->g
mixer(g$x,qmin=2,qmax=6)->xout
plot(xout,3)

Run the code above in your browser using DataLab