View source: R/mis_covenient.methods.R
drop.tips | R Documentation |
This is a generic that extends the drop.tip()
function from ape
to objects of class
evorates
and evorates_fit
. Mostly intended for dropping "pseudo-tips" used for
fossil calibrations, but could be helpful in a number of scenarios.
drop.tips(phy, tip, partial.match, entire.clade, invert, ...)
phy |
An object of class |
tip |
A numeric or character vector specifying which tips to drop from |
partial.match |
|
entire.clade |
|
invert |
|
... |
Optional arguments. Notably, arguments from drop.tip can only be used
with
|
An object of the same class as phy
, with reordered phylogeny and
edgewise/nodewise data.
drop.tip, get.bg.rate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.