getNdLng {treeman} | R Documentation |
Return unique taxonomic names for connecting id
to root.
getNdLng(tree, id)
tree |
|
id |
node id |
Returns a vector.
getNdsLng
, getNdsFrmTxnyms
,
https://github.com/DomBennett/treeman/wiki/get-methods
library(treeman) data(mammals) # return human lineage getNdLng(mammals, id='Homo_sapiens')