Description Usage Arguments Value Examples
Extract a node from the MTG
| 1 | extract_node(mtg, name)
 | 
| mtg | An mtg as from  | 
| name | The name of the node, e.g. "node_1" | 
The node (with all its information, parent, children, attributes...)
| 1 2 3 | filepath= system.file("extdata", "tree1h.mtg", package = "XploRer")
MTG = read_mtg(filepath)
extract_node(MTG,"node_6")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.