Learn R Programming

cheddar (version 0.1-626)

NodeNameIndices: Node name indices

Description

Node name indices.

Usage

NodeNameIndices(community, nodes)

Arguments

community
an object of class Community.
nodes
node names.

Value

  • A vector of integers

Details

Returns integer indices of names in nodes.

See Also

Community

Examples

Run this code
data(TL84)

NodeNameIndices(TL84, 'Umbra limi')
NodeNameIndices(TL84, c('Nostoc sp.','Umbra limi'))

Run the code above in your browser using DataLab