Description Usage Format Source References Examples
Network of collaborations between jazz musicians. Each node is musician and they are connected if they have played together.
1 |
An igraph object representing the network
Gleiser P. M. and Danon L. (2003) Community structure in jazz. Advances in Complex Systems 6(4):565-573
1 2 3 | # Show number of nodes and edges
igraph::vcount(jazz_collab)
igraph::ecount(jazz_collab)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.