NodeNameIndices {cheddar} | R Documentation |
Node name indices.
NodeNameIndices(community, nodes)
community |
an object of class |
nodes |
node names. |
Returns integer indices of names in nodes
.
A vector of integers
Lawrence Hudson
data(TL84)
NodeNameIndices(TL84, 'Umbra limi')
NodeNameIndices(TL84, c('Nostoc sp.','Umbra limi'))