View source: R/use_calibrations_bladj_matched.R
use_calibrations_bladj.matchedCalibrations | R Documentation |
The function prepares the input for BLADJ and calls make_bladj_tree()
use_calibrations_bladj.matchedCalibrations(
calibrations,
type = "mean",
root_age = NULL
)
calibrations |
A |
type |
The type of age to use as calibration. Options are "median", "mean", "min", or "max". |
root_age |
Numeric specifying an age for the root, provided by the user.
Only used if there are no time calibrations for the root node in the chronograms database.
If |
The BLADJ algorithm is part of the Phylocom software, presented in Webb et al. (2008) \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1093/bioinformatics/btn358")}.
A phylo
object with branch lengths proportional to time.
Webb, C. O., Ackerly, D. D., & Kembel, S. W. (2008). "Phylocom: software for the analysis of phylogenetic community structure and trait evolution". Bioinformatics, 24(18), \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1093/bioinformatics/btn358")}.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.