Description Usage Arguments Details References Examples
Experimental plot where a tree is broken down into X and Y pixels. Edges are mapped to this Cartesian space with colour representing number of descendents. The idea is to better visualise very large trees, particular ones with fossils. Currently only works with ultrametric trees.
1 |
tree |
phylogenetic tree (ape class) |
n |
number of pixels |
No details
No references yet! https://github.com/DomBennett/MoreTreeTools.
1 2 3 | # Generate and plot a random tree
tree <- compute.brlen (rtree (100))
flowplot (tree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.