Skip to contents

Plots results from rank_intervals

Usage

# S3 method for netrankr_interval
plot(x, cent_scores = NULL, cent_cols = NULL, ties.method = "min", ...)

Arguments

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

Author

David Schoch