get_net_cooccur_edges {rdracor} | R Documentation |
get_net_cooccur_edges()
requests edges list for a play network, given
corpus and play names. Each row represents co-occurrences of two characters
in a play — number of scenes where two characters appeared together. This
edges list can be used to construct a network for a play.
get_net_cooccur_edges(play = NULL, corpus = NULL, ...)
get_net_relations_edges(play = NULL, corpus = NULL, ...)
play |
Character, name of a play (you can find all play names in
|
corpus |
Character, name of the corpus (you can find all corpus names in
|
... |
Additional arguments passed to |
data frame with edges (each row = one edge of a network).
get_net_relations_edges()
: Retrieves kinship and other relationship
data, following the encoding scheme proposed in
(Wiedmer et al. 2020).
Wiedmer N, Pagel J, Reiter N (2020). “Romeo, Freund des Mercutio: Semi-Automatische Extraktion von Beziehungen zwischen dramatischen Figuren.” In Konferenz Digital Humanities im deutschsprachigen Raum. doi:10.5281/zenodo.4621778.
get_net_cooccur_igraph
get_net_cooccur_gexf
get_net_cooccur_graphml
get_net_cooccur_metrics
get_net_relations_igraph
get_net_cooccur_edges(play = "lessing-emilia-galotti", corpus = "ger")