powered by
This function creates a temporal map on the tree based on limits provided by the user.
limits
make.era.map(tree, limits, ...)
a phylogenetic tree as an object of class "phylo".
"phylo"
a vector containing the temporal limits, in time since the root node of the tree, for the mappings.
optional arguments.
An object of class "simmap" with the specified eras mapped as different regimes.
"simmap"
Revell, L. J. (2012) phytools: An R package for phylogenetic comparative biology (and other things). Methods Ecol. Evol., 3, 217-223.
make.simmap, read.simmap, plotSimmap
make.simmap
read.simmap
plotSimmap
# NOT RUN { tree<-pbtree(n=1000,scale=100) tree<-make.era.map(tree,c(0,25,50,75)) plotSimmap(tree,pts=FALSE,ftype="off") # }
Run the code above in your browser using DataLab