plot.netrankr_interval: plot netrankr_interval objects

View source: R/utils.R

plot.netrankr_intervalR Documentation

plot netrankr_interval objects

Description

Plots results from rank_intervals

Usage

## S3 method for class '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(s)

David Schoch


schochastics/netrankr documentation built on Jan. 10, 2024, 2 p.m.