get_all_calibrations
performs a datelife_search()
and gets divergence times (i.e., secondary calibrations) from a chronogram
database for each taxon name pair given as input
.
get_all_calibrations
performs a datelife_search()
and gets divergence times (i.e., secondary calibrations) from a chronogram
database for each taxon name pair given as input
.
get_all_calibrations(input = NULL, each = FALSE)get_all_calibrations(input = NULL, each = FALSE)
An object of class calibrations
, which is a data.frame
(if
each = FALSE
) or a list of data.frames
(if each = TRUE
) of node
ages for each pair of taxon names. You can access the input
data from which
the calibrations were extracted with attributes(output)$chronograms.
One of the following:
With taxon names as a single comma separated
starting or concatenated with c()
.
As a phylo
or
multiPhylo
object, OR as a newick character string.
datelifeQuery
objectAn output from make_datelife_query()
.
Boolean, default to FALSE
: all calibrations are returned in
the same data.frame
. If TRUE
, calibrations from each chronogram are returned
in separate data frames.