Love Actually is a 2003 British romantic comedy film. This is a two-mode network of 20 characters and their appearances across 76 scenes. The data was collected by David Robinson as parsed from the script.

data(fict_actually)

Format

#> -- # Love actually interactions ------------------------------------------------
#> # A labelled, two-mode network of 20 characters and 76 scenes and 162
#> appearance ties
#>
#> -- Nodes
#> # A tibble: 96 x 3
#>   type  name    Actor
#>   <lgl> <chr>   <chr>
#> 1 FALSE Aurelia Lúcia Moniz
#> 2 FALSE Billy   Bill Nighy
#> 3 FALSE Colin   Kris Marshall
#> 4 FALSE Daniel  Liam Neeson
#> 5 FALSE Harry   Alan Rickman
#> 6 FALSE Jack    Martin Freeman
#> # i 90 more rows
#>
#> -- Ties
#> # A tibble: 162 x 2
#>    from    to
#>   <int> <int>
#> 1     1    51
#> 2     1    57
#> 3     1    58
#> 4     1    63
#> 5     1    95
#> 6     1    96
#> # i 156 more rows
#>

References

Robinson, David. 2015. "Analyzing networks of characters in 'Love Actually'". http://varianceexplained.org/r/love-actually-network/

Author

David Robinson