tsconv function

Convert geological ages for accurate plotting alongside a calibrated phylogeny

Convert geological ages for accurate plotting alongside a calibrated phylogeny

tsconv(x, phylo0 = NULL, root.time = phylo0$root.time)

Arguments

  • x: A vector of geological ages to be converted.
  • phylo0: Phylogeny from which to take root.age
  • root.time: Numeric root age, if not taken from a phylogeny

Returns

A numeric() containing the converted geological ages

Examples

tsconv(c(252,201,66), root.time=300)
  • Maintainer: Darius Nau
  • License: GPL (>= 3)
  • Last published: 2025-03-23

Useful links