View source: R/calibrations_use.R
| use_calibrations_each | R Documentation |
use_calibrations_each wraps use_calibrations to take each set of
given calibrations and use it independently as constraints for BLADJ or PATHd8
to date a given tree topology.
use_calibrations_each(phy = NULL, calibrations = NULL, ...)
phy |
A |
calibrations |
A |
... |
Arguments passed on to
|
If phy has no branch lengths, dating_method is ignores, and the function applies secondary
calibrations to date the tree with the BLADJ algorithm. See make_bladj_tree() and use_calibrations_bladj().
If phy has branch lengths, the function can use the PATHd8 algorithm. See use_calibrations_pathd8().
A multiPhylo object of trees with branch lengths proportional to time.
The output object stores the used calibrations and dating_method as
attributes(output)$datelife_calibrations and attributes(output)$dating_method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.