plot.mixnet {mixnet}R Documentation

Plot of mixnet object

Description

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

Usage

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

Arguments

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

See Also

See Also mixnet

Examples

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)

[Package mixnet version 0.1 Index]