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.

data(fict_lotr)

Format

#> -- # Lord of the Rings ---------------------------------------------------------
#> # A labelled, complex, undirected network of 36 characters and 66 interaction
#> ties
#>
#> -- Nodes
#> # 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
#>
#> -- Ties
#> # 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
#>