prune_paths | R Documentation |
Remove the paths that include the same node.end but different node.start
prune_paths(paths, node.start, node.end)
paths |
Initial paths to be pruned |
node.start |
the label of the starting node |
node.end |
the label of the ending node |
A matrix whose rows contains the remaining paths after prunning
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.