flowplot: Plot tree as turbulence flow image (experimental)

Description Usage Arguments Details References Examples

Description

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.

Usage

1
flowplot(tree, n = getSize(tree))

Arguments

tree

phylogenetic tree (ape class)

n

number of pixels

Details

No details

References

No references yet! https://github.com/DomBennett/MoreTreeTools.

Examples

1
2
3
# Generate and plot a random tree
tree <- compute.brlen (rtree (100))
flowplot (tree)

DomBennett/MoreTreeTools documentation built on May 6, 2019, 2:51 p.m.