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 <act@acthomas.ca>
Andrew C. Thomas (2009) ``Hierarchical Models for Relational Data''. Unpublished PhD thesis.
latt <- cbind(rep(1:5,5),sort(rep(1:5,5))) latt.e <- electrograph (make.sociomatrix.from.lattice(latt)$sociomatrix) plot(latt.e)