View source: R/drop.tip.simmap.R
| drop.tip.multiSimmap | R Documentation |
"multiSimmap"This function drops or keeps one or multiple tips from all the trees of an object of class "multiSimmap".
## S3 method for class 'multiSimmap'
drop.tip(phy, tip, ...)
## S3 method for class 'multiSimmap'
keep.tip(phy, tip, ...)
phy |
an object of class |
tip |
name or names of species to be dropped, in a vector. |
... |
optional arguments to be passed to |
Equivalent to drop.tip and keep.tip in ape.
This function merely wraps drop.tip.simmap.
An object of class "multiSimmap".
Liam Revell liam.revell@umb.edu
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
drop.tip, drop.tip.multiPhylo, drop.tip.simmap, keep.tip
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.