View source: R/tree_manipulation.R
prune | R Documentation |
Remove the specified indices, and their descendents, from the tree
prune(x, id, ...)
## S3 method for class 'Strata'
prune(x, id, ...)
## S3 method for class 'phylo'
prune(x, id, type = "auto", ...)
x |
phylo object |
id |
vector of indices or names |
... |
Arguments sent to |
type |
id type: ['name', 'index', 'auto'] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.