Description Usage Arguments Value Author(s) See Also
A function to rank the edges of a graph.
1 | gs.xfm.rank_graph(graph, ties = "average", na.last = TRUE, ...)
|
graph |
|
ties |
the method to break ties. Defaults to
|
na.last |
How to interpret missing values in the data. Defaults to
|
... |
trailing args. |
R [v, v]
the rank of each edge, from lowest (1) to highest (n^2, or otherwise depending on ties).
Eric Bridgeford
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.