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