View source: R/phylo__rmSubclades.R
rmSubclades | R Documentation |
This function removes subclades from a list of clades and keeps non-overlapping clades. This function is useful for processing the output of function distsPerClade of this package.
rmSubclades(tr, nodes)
tr |
An input rooted bifurcating phylogenetic tree |
nodes |
A character vector of internal node numbers or labels. Note that the characters should be converted to integers if node numbers are used as input: as.integer(rmSubclades(...)). |
A vector of clades that do not overlap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.