R/data.R

# ----------------------------------------------------------------------------#
# Marvel Cinematic Universe
# ----------------------------------------------------------------------------#

#' Iron Man (2008).
#'
#' Character interaction data for the movie \emph{Iron Man} (2008).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu01_ironman"

#' The Incredible Hulk (2008).
#'
#' Character interaction data for the movie \emph{The Incredible Hulk} (2008).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu02_incrediblehulk"

#' Iron Man 2 (2010).
#'
#' Character interaction data for the movie \emph{Iron Man 2} (2010).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu03_ironman2"

#' Thor (2011).
#'
#' Character interaction data for the movie \emph{Thor} (2011).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu04_thor"

#' Captain America: The First Avenger (2011).
#'
#' Character interaction data for the movie \emph{Captain America: The First
#' Avenger} (2011).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu05_captainamerica"

#' Marvel's The Avengers (2012).
#'
#' Character interaction data for the movie \emph{The Avengers} (2012).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu06_avengers"

#' Iron Man 3 (2013).
#'
#' Character interaction data for the movie \emph{Iron Man 3} (2013).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu07_ironman3"

#' Thor: The Dark World (2013).
#'
#' Character interaction data for the movie \emph{Thor: The Dark World} (2013).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu08_thor2"

#' Captain America: The Winter Soldier (2014).
#'
#' Character interaction data for the movie \emph{Captain America: The Winter
#' Soldier} (2014).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu09_captainamerica2"

#' Guardians of the Galaxy (2014).
#'
#' Character interaction data for the movie \emph{Guardians of the Galaxy}
#' (2014).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu10_gotg"

#' Avengers: Age of Ultron (2015).
#'
#' Character interaction data for the movie \emph{Avengers: Age of Ultron}
#' (2015).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu11_ageofultron"

#' Ant-Man (2015).
#'
#' Character interaction data for the movie \emph{Ant-Man} (2015).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu12_antman"

#' Captain America: Civil War (2016).
#'
#' Character interaction data for the movie \emph{Captain America: Civil War}
#' (2016).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu13_captainamerica3"

#' Doctor Strange (2016).
#'
#' Character interaction data for the movie \emph{Doctor Strange} (2016).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu14_doctorstrange"

#' Guardians of the Galaxy: Vol. 2 (2017).
#'
#' Character interaction data for the movie \emph{Guardians of the Galaxy: Vol.
#' 2} (2017).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu15_gotg2"

#' Spider-Man: Homecoming (2017).
#'
#' Character interaction data for the movie \emph{Spider-Man: Homecoming}
#' (2017).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu16_spiderman"

#' Thor: Ragnarok (2017).
#'
#' Character interaction data for the movie \emph{Thor: Ragnarok} (2017).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu17_thor3"

#' Black Panther (2018).
#'
#' Character interaction data for the movie \emph{Black Panther} (2018).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"mcu18_blackpanther"

# ----------------------------------------------------------------------------#
# The Hunger Games
# ----------------------------------------------------------------------------#

#' The Hunger Games (2012).
#'
#' Character interaction data for the movie \emph{The Hunger Games} (2012).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This
#'   is derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"thg01"

#' The Hunger Games: Catching Fire (2013).
#'
#' Character interaction data for the movie \emph{The Hunger Games: Catching
#' Fire} (2013).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This is
#'   derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"thg02"

#' The Hunger Games: Mockingjay - Part 1 (2014).
#'
#' Character interaction data for the movie \emph{The Hunger Games: Mockingjay -
#' Part 1} (2014).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This is
#'   derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"thg03"

#' The Hunger Games: Mockingjay - Part 2 (2015).
#'
#' Character interaction data for the movie \emph{The Hunger Games: Mockingjay -
#' Part 2} (2015).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This is
#'   derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"thg04"

# ----------------------------------------------------------------------------#
# Tomb Raider
# ----------------------------------------------------------------------------#

#' Lara Croft: Tomb Raider (2001).
#'
#' Character interaction data for the movie \emph{Lara Croft: Tomb Raider}
#' (2001).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This is
#'   derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"tr01_laracroft"

#' Lara Croft: Tomb Raider - The Cradle of Life (2003).
#'
#' Character interaction data for the movie \emph{Lara Croft: Tomb Raider - The
#' Cradle of Life} (2003).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This is
#'   derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"tr02_laracroft2"

#' Tomb Raider (2018).
#'
#' Character interaction data for the movie \emph{Tomb Raider} (2018).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This is
#'   derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"tr03_tombraider"

# ----------------------------------------------------------------------------#
# Misc. films
# ----------------------------------------------------------------------------#

#' Wonder Woman (2017).
#'
#' Character interaction data for the movie \emph{Wonder Woman} (2017).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This is
#'   derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"ww01_wonderwoman"

#' Star Wars: The Force Awakens (2015).
#'
#' Character interaction data for the movie \emph{Star Wars: The Force Awakens}
#' (2015).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This is
#'   derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"starwars_tfa"

#' Frozen (2013).
#'
#' Character interaction data for the movie \emph{Frozen} (2013).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This is
#'   derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"frozen"

#' The Breakfast Club (1985).
#'
#' Character interaction data for the movie \emph{The Breakfast Club} (1985).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This is
#'   derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"thebreakfastclub"

#' Alien (1979).
#'
#' Character interaction data for the movie \emph{Alien} (1979).
#'
#' @format A list with three elements: \enumerate{ \item The event list (a
#'   matrix). Each row contains information on a line of dialogue, with columns
#'   corresponding to \code{eventID}, \code{sceneID}, \code{speakerID}, and
#'   dummy variables for each recipient. \item The node list (a data frame).
#'   Rows correspond to named speaking characters, with columns corresponding to
#'   variables for ID, name, total lines spoken (\code{nlines}), total times
#'   spoken to (\code{linesin}), and gender. \item The adjacency matrix. This is
#'   derived from the event list through aggregation and can be useful for
#'   static purposes such as visualising the network as a sociogram.}
#' @source Package author.
#' @references Jones, Pete. 2020. "A social network analysis approach to
#'   examining gendered character positions in popular film narratives."
#'   Doctoral thesis, University of Manchester, UK.
"alien01"
pj398/movienetData documentation built on Aug. 14, 2022, 6:50 p.m.