List of consumer groups from Rpath object with species type = 0.
Arguments
- Rpath
Balanced Rpath model generated by
rpath()
See also
Other Rpath functions:
MTI(),
check.rpath.params(),
create.rpath.params(),
frate.table(),
read.rpath.params(),
rpath(),
rpath.detrital(),
rpath.gears(),
rpath.groups(),
rpath.living(),
rpath.mixotrophs(),
rpath.producers(),
rpath.stanzas(),
stanzaplot(),
webplot(),
write.Rpath(),
write.rpath.params()
Examples
# Build the balanced Rpath model and parameter file by calling `rpath`
Rpath <- rpath(Ecosense.EBS)
# Run the consumers command
consumerGroups = rpath.consumers(Rpath)
# Print out the first few consumer group names
head(consumerGroups)
#> [1] "Toothed whales" "Gray whales" "Other baleen"
#> [4] "Bowhead whales" "Other pinnipeds" "Walrus/bearded seal"
