getNdsPrids: Get pre-nodes for multiple nodes

Description Usage Arguments Details See Also Examples

View source: R/get-nds-methods.R

Description

Return node ids for connecting id to root.

Usage

1
getNdsPrids(tree, ids, ordrd = FALSE, parallel = FALSE, progress = "none")

Arguments

tree

TreeMan object

ids

vector of node ids

ordrd

logical, ensure returned prids are ordered ID to root

parallel

logical, make parallel?

progress

name of the progress bar to use, see create_progress_bar

Details

Returns a list, parallizable. The function will work faster if ordrd is FALSE.

See Also

getNdPrids, getNdPtids, getNdsPtids, https://github.com/DomBennett/treeman/wiki/get-methods

Examples

1
2
3
library(treeman)
tree <- randTree(10)
getNdsPrids(tree, ids=tree['tips'])

treeman documentation built on July 8, 2020, 7:28 p.m.