clustering.statistics {ElectroGraph} | R Documentation |
Calculate the transitive counts and cycles in a sociomatrix.
clustering.statistics(sociomatrix)
sociomatrix |
An n-by-n sociomatrix. |
A data frame containing the fraction of possible cycles and transitive triples
Andrew C. Thomas <act@acthomas.ca>
# generate a 5-by-5 grid of points. pts <- cbind(rep(1:5,5),sort(rep(1:5,5))) socio <- make.sociomatrix.from.lattice(pts) clustering.statistics(socio$sociomatrix)