Description Usage Arguments Value Examples
Prune a tree to the desired size, randomly uniformly dropping tips
1 | prunetosize(tree, size)
|
tree |
A tree in phylo format |
size |
an integer, the size of the final tree |
a tree in phylo format, with the desired number of tips (size)
1 | prunetosize(rtree(20),12)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.