Plots results from rank_intervals
# S3 method for netrankr_interval
plot(x, cent_scores = NULL, cent_cols = NULL, ties.method = "min", ...)
A netrank object
A data frame containing centrality scores of indices (optional)
colors for centrality indices. If NULL a default palette is used. Length must be equal to columns in cent_scores.
how to treat ties in the rankings. see rank for details
additional arguments to plot
David Schoch