plot.mixer {mixer} | R Documentation |
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
plot.mixer(x, q = NULL,...)
x |
a mixer object (output of the mixer function) |
q |
the number of classes |
... |
further graphical arguments. |
See Also mixer
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)