View source: R/tree_manipulation.R
children | R Documentation |
Get the immediate children of a node
children(x, ...)
## S3 method for class 'Strata'
children(x, id, type = "name", ...)
x |
phylo object |
... |
Arguments passed on to |
id |
vector of ids or names |
type |
id type: ['name', 'index', 'auto'] |
vector of children, (integer(0) if there are no children)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.