plot.mixnet {mixnet} | R Documentation |
plot.mixnet 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.mixnet(x, q = NULL,...)
x |
a mixnet object (output of the mixnet function) |
q |
the number of classes |
... |
further graphical arguments. |
See Also mixnet
graph.affiliation(n=100,c(1/3,1/3,1/3),0.8,0.2)->g mixnet(g$x,qmin=2,qmax=6)->xout plot(xout,3)