View source: R/datelife_calibrations.R View source: R/calibrations_get.R
get_all_calibrations | R Documentation |
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)
input |
One of the following:
|
each |
Boolean, default to |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.