aarhus_mplex: Dataset of Computer Science Department employees at Aarhus...

Description Usage Format Source References Examples

Description

This multiplex social network consists of five kinds of online and offline relationships (Facebook, Leisure, Work, Co-authorship, Lunch) among 61 employees of the Computer Science Department at Aarhus.

The original dataset has been re-arranged into a list object for an easily usage in the examples of the functions contained in this package.

Usage

1

Format

Data are organized into a list of 7 objects:

Source

The original dataset is publicly available at http://deim.urv.cat/~manlio.dedomenico/data/CS-Aarhus_Multiplex_Social.zip. See Magnani et al. (2013) for further details.

References

Magnani, M. et al (2013), Combinatorial Analysis of Multiple Networks arXiv:1303.4986

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
data(aarhus_mplex)

# data.frame object with information about the employees of the network.
# We see, for example, that employee named 'U33' has number 3 as univoque ID.

head(aarhus_mplex$nodes)

# list object with characters describing the relationships taken into consideration
# in the multiplex network.

aarhus_mplex$layerNames

# data.frame object with edges for coautorship (third level) relationship.
# We see, for example, that employees with IDs 18 and 46 are linked into a coautorship
# relation in CS Aarhus Department.

head(aarhus_mplex$L3)

Achab94/mplex documentation built on May 5, 2019, 11:46 a.m.