treeman (version 1.1.4)

getNdsAge: Get ages for multiple nodes

Description

Return the age for ids.

Usage

getNdsAge(tree, ids, tree_age, parallel = FALSE, progress = "none")

Arguments

tree

TreeMan object

ids

vector of node ids

tree_age

numeric value of known age of tree

parallel

logical, make parallel?

progress

name of the progress bar to use, see create_progress_bar

Details

Returns a vector, parallelizable.

See Also

getNdAge, getSpnAge, getSpnsAge, https://github.com/DomBennett/treeman/wiki/get-methods

Examples

Run this code
# NOT RUN {
library(treeman)
tree <- randTree(10)
getNdsAge(tree, ids=tree['nds'], tree_age=getAge(tree))
# }

Run the code above in your browser using DataCamp Workspace