powered by
Return a list of IDs for any node that contains the given txnyms.
getNdsFrmTxnyms(tree, txnyms)
TreeMan object
TreeMan
vector of taxonomic group names
Returns a list. Txnyms must be spelt correctly.
taxaResolve, setTxnyms, searchTxnyms, getNdsLng, getNdLng
taxaResolve
setTxnyms
searchTxnyms
getNdsLng
getNdLng
# NOT RUN { library(treeman) data(mammals) # what ID represents the apes? getNdsFrmTxnyms(mammals, 'Hominoidea') # }
Run the code above in your browser using DataLab