Convert geological ages for accurate plotting alongside a calibrated phylogeny
tsconv(x, phylo0 = NULL, root.time = phylo0$root.time)
x
: A vector of geological ages to be converted.phylo0
: Phylogeny from which to take root.ageroot.time
: Numeric root age, if not taken from a phylogenyA numeric() containing the converted geological ages
tsconv(c(252,201,66), root.time=300)
Useful links