clustering.statistics {ElectroGraph}R Documentation

clustering.statistics

Description

Calculate the transitive counts and cycles in a sociomatrix.

Usage

   clustering.statistics(sociomatrix)

Arguments

sociomatrix An n-by-n sociomatrix.

Value

A data frame containing the fraction of possible cycles and transitive triples

Author(s)

Andrew C. Thomas <act@acthomas.ca>

Examples

# 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)


[Package ElectroGraph version 0.2.0 Index]