jazz: Gleiser, Danon Collaboration in Jazz

Description Usage Source Examples

Description

jazz: 198 by 198 symmetric binary matrix.

BACKGROUND The data here record a network of jazz bands. The data were obtained from The Red Hot Jazz Archive digital database. The data include 198 bands that performed between 1912 and 1940, with most of the bands performing in the 1920's. In this case each vertex corresponds to a band, and a link between two bands is established if they had at least one musician in common.

Usage

1

Source

Pablo M. Gleiser and Leon Danon Community structure in jazz. Advances in Complex Systems (ACS) 2003 Vol: 6 Issue: 4 (December 2003) Page: 565 - 573.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
data(jazz)
plot(jazz)

##Requires sna package
library(sna)

##Indegree
id<-degree(jazz,gmode="graph",cmode="indegree")
id

##Freeman Degree (also known as total degree)
fd<-degree(jazz,gmode="graph",cmode="freeman")
fd

zalmquist/networkdata documentation built on May 4, 2019, 9:08 p.m.