Distance | R Documentation |
The distance is measured as the number of edges that need to be traversed to reach node2 when starting from node1.
Distance(node1, node2)
node1 |
the first node in the tree |
node2 |
the second node in the same tree |
data(acme)
Distance(FindNode(acme, "Outsource"), FindNode(acme, "Research"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.