dist.internode | R Documentation |
This function calculates the distance of two sequences on the basis of number of ancestors between two sequences.
dist.internode(tree, taxaname)
tree |
a tree in the Newick format |
taxaname |
taxa names |
Liang Liu
treestr<-"((((H:0.1,C:0.1):0.1,G:0.1):0.1,O:0.1):0.1,W:0.1);"
taxaname<-species.name(treestr)
dist.internode(treestr, taxaname)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.