Create "era" map on a phylogenetic tree
This function creates a temporal map on the tree based on limits
provided by the user.
make.era.map(tree, limits, ...)
tree |
an object of class |
limits |
a vector containing the temporal limits, in time since the root node of the tree, for the mappings. The first number should be |
... |
optional arguments. |
An object of class "simmap"
with the specified eras mapped as different regimes.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2012) phytools: An R package for phylogenetic comparative biology (and other things). Methods Ecol. Evol., 3, 217-223.
tree<-pbtree(n=1000,scale=100) tree<-make.era.map(tree,c(0,25,50,75)) plot(tree,ftype="off",lwd=1) par(mar=c(5.1,4.1,4.1,2.1)) ## reset margins to default
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.