Skip to contents

List of producer groups from Rpath object with species type = 1

Usage

rpath.producers(Rpath)

Arguments

Rpath

Balanced Rpath model generated by rpath()

Value

Returns a string vector containing the names of Rpath functional groups that are producers

Examples

# Build the balanced Rpath model and parameter file by calling `rpath`
Rpath <- rpath(Ecosense.EBS)
# Run the groups command
producerGroups = rpath.producers(Rpath)
# Print out the first few producer group names
head(producerGroups)
#> [1] "Primary production"