getNdsLng {treeman} | R Documentation |
Return unique taxonyms for connecting ids
to root.
getNdsLng(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, parallelizable.
getNdLng
, getNdsFrmTxnyms
,
https://github.com/DomBennett/treeman/wiki/get-methods
library(treeman) data(mammals) # return human and gorilla lineages getNdsLng(mammals, id=c('Homo_sapiens', 'Gorilla_gorilla'))