drop.tip.contMap | R Documentation |
"contMap"
or "densityMap"
Drops one or multiple tips from an object of class "contMap"
or "densityMap"
.
## S3 method for class 'contMap'
drop.tip(phy, tip, ...)
## S3 method for class 'densityMap'
drop.tip(phy, tip, ...)
## S3 method for class 'contMap'
keep.tip(phy, tip, ...)
## S3 method for class 'densityMap'
keep.tip(phy, tip, ...)
phy |
an object of class |
tip |
name or names of species to be dropped or kept. |
... |
optional arguments to be passed to |
These functions are equivalent to drop.tip
and keep.tip
in the ape package, but for objects of class "contMap"
and "densityMap"
.
For more information about objects of class "contMap"
or "densityMap"
, please refer to the documentation pages for contMap
or densityMap
, respectively.
An object of class "contMap"
or "densityMap"
.
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.
contMap
, densityMap
, drop.tip
, drop.tip.simmap
, keep.tip
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.