Description Usage Arguments Details See Also Examples
View source: R/get-nds-methods.R
Return node ids for connecting ids
to kids.
1 | getNdsPtids(tree, ids, parallel = FALSE, progress = "none")
|
tree |
|
ids |
vector of node ids |
parallel |
logical, make parallel? |
progress |
name of the progress bar to use, see |
Returns a list, parallizable.
getNdPtids
,
getNdPrids
,
getNdsPrids
,
https://github.com/DomBennett/treeman/wiki/get-methods
1 2 3 4 | library(treeman)
tree <- randTree(10)
# get all nodes to tip for all nodes
getNdsPtids(tree, ids=tree['nds'])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.