List of living groups from Rpath object. Living groups are those species groups with type < 2.
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.consumers(),
rpath.detrital(),
rpath.gears(),
rpath.groups(),
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 rpath.living command
livingGroups = rpath.living(Rpath)
# Print out the first few living group names
head(livingGroups)
#> [1] "Toothed whales" "Gray whales" "Other baleen"
#> [4] "Bowhead whales" "Other pinnipeds" "Walrus/bearded seal"
