ison_friends {manynet} | R Documentation |
One-mode Friends character connections (McNulty, 2020)
Description
One-mode network collected by McNulty (2020)
on the connections between the Friends TV series characters
from Seasons 1 to 10.
The ison_friends
is a directed network
containing connections between characters organised by season number,
which is reflected in the tie attribute 'wave'.
The network contains 650 nodes
Each tie represents the connection between a character pair (appear in the same scene),
and the 'weight' of the tie is the number of scenes the character pair appears in together.
For all networks, characters are named (eg. Phoebe, Ross, Rachel).
Usage
data(ison_friends)
Format
#> # A longitudinal, labelled, weighted, directed network with 650 nodes and 3959 arcs #> # A tibble: 650 x 1 #> name #> <chr> #> 1 Actor #> 2 Alan #> 3 Andrea #> 4 Angela #> 5 Aunt Iris #> 6 Aunt Lillian #> # i 644 more rows #> # A tibble: 3,959 x 4 #> from to wave weight #> <int> <int> <int> <int> #> 1 1 44 1 1 #> 2 2 14 1 1 #> 3 2 44 1 1 #> 4 2 58 1 2 #> 5 2 72 1 1 #> 6 2 75 1 1 #> # i 3,953 more rows
Details
The data contains both networks but each may be used separately.
References
McNulty, K. (2020). Network analysis of Friends scripts..
[Package manynet version 1.0.2 Index]