plot.netrankr_interval | R Documentation |
Plots results from rank_intervals
## S3 method for class 'netrankr_interval'
plot(x, cent_scores = NULL, cent_cols = NULL, ties.method = "min", ...)
x |
A netrank object |
cent_scores |
A data frame containing centrality scores of indices (optional) |
cent_cols |
colors for centrality indices. If NULL a default palette is used. Length must be equal to columns in cent_scores. |
ties.method |
how to treat ties in the rankings. see rank for details |
... |
additional arguments to plot |
David Schoch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.