networkPlotDF: Prepare data frame for network plot
Description
This function prepares a data frame for network plot.
Usage
networkPlotDF(df, rankCol = "rank")
Value
A data frame ready to serve as input to networkPlot.
Arguments
- df
Data frame.
- rankCol
Name of the rank column.