calculate the steiner tree, two methods can be chosen
1 2 3 4 5 6 7 8 | steinertree(
terminals,
graph,
method = "sp",
color = T,
weighted = T,
optimize = T
)
|
method |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.