AU_CS: dataset: AU_CS

Description Usage Format Author(s) References Examples

Description

Data set that contains the multilayer network describing the multilayer relationships among attendees to an Austrailian computer science conference. In total, there were 61 attendees (represented by the nodes in each layer), and 5 relationships that are represented by the layers in the network. The data is provided in a list format where each entry represents a different layer, and the type of relationship is represented by the name of the list entry.

Usage

1
data("AU_CS")

Format

This data set contains a list of adjacency matrices where each entry represents a different social relationship.

Author(s)

James D. Wilson

References

Examples

1
2
data(AU_CS)
image(Matrix(Adjacency$facebook)) #visualize the adjacency matrix that represents the Facebook friendships of the conference attendees.

jdwilson4/MultilayerExtraction documentation built on May 18, 2019, 11:39 p.m.