View source: R/minimum.spanning.tree.R
minimum.spanning.tree | R Documentation |
minimum.spanning.tree()
was renamed to mst()
to create a more
consistent API.
minimum.spanning.tree(graph, weights = NULL, algorithm = NULL, ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.