Description Usage Arguments Value Examples
View source: R/extract_subtrees.R
extract_subtrees
extracts unconnected subtrees given a graph and a list of nodes
1 | extract_subtrees(graph, nodes)
|
graph |
a graphNEL object |
nodes |
a character vector of node labels to produce subtrees for |
a list of graphNEL objects
1 | listOfSubTrees <- extract_subtrees(graph, nodes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.