minimum.spanning.tree {igraph} | R Documentation |
Minimum spanning tree
Description
minimum.spanning.tree()
was renamed to mst()
to create a more
consistent API.
Usage
minimum.spanning.tree(graph, weights = NULL, algorithm = NULL, ...)
Arguments
graph |
The graph object to analyze. |
weights |
Numeric vector giving the weights of the edges in the
graph. The order is determined by the edge ids. This is ignored if the
|
algorithm |
The algorithm to use for calculation. |
... |
Additional arguments, unused. |
[Package igraph version 2.0.3 Index]