powered by
Return unique taxonyms for connecting ids to root.
ids
getNdsLng(tree, ids, parallel = FALSE, progress = "none")
TreeMan object
TreeMan
vector of node ids
logical, make parallel?
name of the progress bar to use, see create_progress_bar
create_progress_bar
Returns a list, parallelizable.
getNdLng, getNdsFrmTxnyms, https://github.com/DomBennett/treeman/wiki/get-methods
getNdLng
getNdsFrmTxnyms
# NOT RUN { library(treeman) data(mammals) # return human and gorilla lineages getNdsLng(mammals, id=c('Homo_sapiens', 'Gorilla_gorilla')) # }
Run the code above in your browser using DataLab