Description Usage Arguments Value Author(s) References Examples
This function can be used to underlie chronograms with a geological time scale.
1 | add.geoscale(phy, alpha = 0.5, ...)
|
phy |
An object of class |
alpha |
The alpha transparency, a number in [0,1]. |
... |
Do not use! |
none
Christoph Heibl
International Commission on Stratigraphy. 2009. International stratigraphic chart: http://www.stratigraphy.org/upload/ISChart2009.pdf.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# phylogentic relationships of bird orders:
data(bird.orders)
# plot tree:
# setting edge and tip colors to zero (invisible) improves
# resolution
plot(bird.orders, edge.color = 0, tip.color = 0)
# underly chronogram with geological time scale
add.geoscale(bird.orders)
# now plot tree again:
# arguments must be exactly the same of course, except for
# edge and tip colors
plot.phylo.upon(bird.orders)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.