tree.subtree | R Documentation |
The function returns the subtree under the node inode
tree.subtree(inode, name, nodematrix)
inode |
the root node of the subtree |
name |
the species names |
nodematrix |
the tree node matrix |
The function returns the tree string of the subtree.
Liang Liu lliu@harvard.edu
del.node
treestr<-"((((H:0.00402,C:0.00402):0.00304,G:0.00707):0.00929,O:0.01635):0.1,W:0.12);"
nodematrix<-read.tree.nodes(treestr)$nodes
spname<-read.tree.nodes(treestr)$names
tree.subtree(7,spname,nodematrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.