ElectroGraph-package {ElectroGraph}R Documentation

The ElectroGraph package: Analyzing and visualizing relational data

Description

ElectroGraph takes as input an edge list or sociomatrix, either valued or binary, and computes various statistics for node and edge importance.

Details

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.

Author(s)

Andrew C. Thomas

Maintainer: Andrew C. Thomas <act@acthomas.ca>

References

Andrew C. Thomas (2009) ``Hierarchical Models for Relational Data''. Unpublished PhD thesis.

Examples

latt <- cbind(rep(1:5,5),sort(rep(1:5,5)))
latt.e <- electrograph (make.sociomatrix.from.lattice(latt)$sociomatrix)
plot(latt.e)

[Package ElectroGraph version 0.2.0 Index]