get_all_calibrations {datelife} | R Documentation |
Get secondary calibrations from a chronogram database for a set of given taxon names
Description
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
.
Usage
get_all_calibrations(input = NULL, each = FALSE)
get_all_calibrations(input = NULL, each = FALSE)
Arguments
input |
One of the following:
|
each |
Boolean, default to |
Value
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.