get_net_cooccur_metrics {rdracor} | R Documentation |
Retrieve co-occurrence network metrics for a play
Description
get_net_cooccur_metrics()
requests network metrics for a specific play,
given play and corpus names. Play network is constructed based on characters'
co-occurrence matrix.
Usage
get_net_cooccur_metrics(play = NULL, corpus = NULL, ...)
Arguments
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 |
Value
List with network metrics for a specific play.
See Also
get_net_cooccur_igraph
get_net_cooccur_gexf
get_net_cooccur_graphml
get_net_cooccur_edges
get_net_relations_igraph
Examples
get_net_cooccur_metrics(play = "lessing-emilia-galotti", corpus = "ger")
[Package rdracor version 1.0.3 Index]