ElectroGraph-package {ElectroGraph} | R Documentation |
ElectroGraph takes as input an edge list or sociomatrix, either valued or binary, and computes various statistics for node and edge importance.
Package: | ElectroGraph |
Type: | Package |
Version: | 0.1 |
Date: | 2009-05-15 |
License: | GPL, v2 |
LazyLoad: | yes |
To create an ElectroGraph object, specify an edge list or sociomatrix.
Andrew C. Thomas
Maintainer: Andrew C. Thomas <acthomas@fas.harvard.edu>
Andrew C. Thomas (2009) ``Hierarchical Models for Relational Data''.
latt <- cbind(rep(1:5,5),sort(rep(1:5,5))) latt.e <- electrograph (make.sociomatrix.from.lattice(latt)) plot(latt.e)