CEOclubs {SNAData} | R Documentation |
Affiliation matrix and bipartite graph for Galaskiewicz's CEO and clubs network.
data(CEOclubsAM) data(CEOclubsBPG)
CEOclubsAM
: data frame with 26 rows and 15 columns
CEOclubsBPG
: graphNEL object with 41 nodes and 98 directed edges
CEOclubsAM
is an affiliation matrix representation of the CEO and
clubs network. The 26 rows correspond to the 26 CEOs, the 15 columns
correspond to the 15 clubs, and an entry of "1" in the ith row and jth
column represents membership of the ith CEO in the jth club. All other
entries in the matrix are "0".
CEOclubsBPG
is a bipartite graph representation of the
information contained in CEOclubsAM
. Edges connect CEOs to clubs
of which they are members. The bipartite structure of the graph
should be apparent if CEOclubsBPG
is plotted using Rgraphviz and
the "dot" layout.
Wasserman, S. and Faust, K. (1999). Social Network Analysis. Cambridge University Press. New York.
Galaskiewicz, J. (1985). Social Organization of an Urban Grants Economy. New York: Academic Press.
data(CEOclubsAM) data(CEOclubsBPG)