ison_lotr {manynet} | R Documentation |
One-mode network of Lord of the Rings character interactions
Description
A network of 36 Lord of the Rings book characters and 66 interactional relationships. The ties are unweighted and concern only interaction. Interaction can be cooperative or conflictual.
Usage
data(ison_lotr)
Format
#> # A labelled, complex, undirected network with 36 nodes and 66 ties #> # A tibble: 36 x 2 #> name Race #> <chr> <chr> #> 1 Aragorn Human #> 2 Beregond Human #> 3 Bilbo Hobbit #> 4 Celeborn Elf #> 5 Denethor Human #> 6 Elladan Elf #> # i 30 more rows #> # A tibble: 66 x 2 #> from to #> <int> <int> #> 1 1 7 #> 2 1 8 #> 3 5 9 #> 4 1 10 #> 5 3 10 #> 6 9 10 #> # i 60 more rows
[Package manynet version 1.0.2 Index]