Description Usage Arguments Details Value Author(s)
View source: R/clean.taxonomy.R
bind.ultrametric.by.replacement
Bind one phylogeny into another, resulting in an ultrametric phylogeny
1 2 | bind.ultrametric.by.replacement(backbone, donor, replacing.tip.label,
donor.length = NA)
|
backbone |
the backbone phylogeny into which the donor is to be bound |
donor |
the phylogeny to bound into the backbone phylogeny |
replacing.tip.label |
the species in the donor phylogeny that's being replaced by the donor phylogeny |
donor.length |
how deep the donor phylogeny should be cut into the backbone phylogeny. If NA (default), then the bladj algorithm is followed (or, in plain English, it's put half-way along the branch) |
Binds a phylogeny (donor) into a bigger phylogeny ('backbone'); useful if you're building a phylogeny a la Phylomatic.
The bound phylogeny
Will Pearse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.