Learn R Programming

cheddar (version 0.1-639)

NodeNameIndices: Node name indices

Description

Node name indices.

Usage

NodeNameIndices(community, nodes)

Value

A vector of integers

Arguments

community

an object of class Community.

nodes

node names.

Author

Lawrence Hudson

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