getNdsFrmTxnyms {treeman} | R Documentation |
Return a list of IDs for any node that contains the given txnyms.
getNdsFrmTxnyms(tree, txnyms)
tree |
|
txnyms |
vector of taxonomic group names |
Returns a list. Txnyms must be spelt correctly.
taxaResolve
, setTxnyms
, searchTxnyms
,
getNdsLng
, getNdLng
library(treeman) data(mammals) # what ID represents the apes? getNdsFrmTxnyms(mammals, 'Hominoidea')