Football {greed}R Documentation

American College football network dataset

Description

Network of American football games between Division IA colleges during regular season Fall 2000.

Usage

data(Football)

Format

An object of class list with two fields;

X

network adjacency matrix as a sparseMatrix of size 115x115

label

vector of teams conferences of size 115 with the following encoding (0 = Atlantic Coast, 1 = Big East, 2 = Big Ten, 3 = Big Twelve, 4 = Conference USA, 5 = Independents, 6 = Mid-American, 7 = Mountain West, 8 = Pacific Ten, 9 = Southeastern, 10 = Sun Belt, 11 = Western Athletic)

References

M. Girvan and M. E. J. Newman, Community structure in social and biological networks, Proc. Natl. Acad. Sci. USA 99, 7821-7826 (2002)

Examples

data(Football)

[Package greed version 0.6.1 Index]