Learn R Programming

timetree (version 1.0)

timetree.phylo: Lockup divergence time from TIME TREE for a phylogeny

Description

Lockup divergence time from TIME TREE for the nodes of a given phylogeny

Usage

timetree.phylo(phy, node.time=c("expert","mean","median"))

Arguments

phy
an object of class phylo
node.time
a character specifying which time should be used as node.labels

Value

an object of class list
age
a data.frame of mode list with divergence times for $tip.label
phy
an object of class "phylo" with new node labels according to node.times

Examples

Run this code
# data(dikarya)
# a <- timetree.phylo(dikarya, node.time="mean")
# plot(a$phy, show.node.label=TRUE)

Run the code above in your browser using DataLab