Description Usage Arguments Value Examples
centrality takes a play (play) and a centrality measure
(measure) and returns the list of characters in the play sorted by the centrality
measure.
1  | centrality(play, measure)
 | 
play | 
 The ID of a play.  | 
measure | 
 "betweenness," "degree," or "eigenvector."  | 
A data table of the sorted centrality value for all characters in the play.
1  | centrality("Rom", "degree")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.