fict_lotr | R Documentation |
The Lord of the Rings is a beloved, epic high fantasy novel written by J.R.R. Tolkien. This is 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.
In addition, the race of these characters has been coded, though not without debate. The most contentious is the coding of Tom Bombadil and Goldberry as Maiar, presumably coded as such to avoid having categories of one.
data(fict_lotr)
#> -- # 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 #>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.