Skip to contents

List of detrital groups from Rpath object with species type = 2

Usage

rpath.detrital(Rpath)

Arguments

Rpath

Balanced Rpath model generated by rpath()

Value

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

Examples

# Build the balanced Rpath model and parameter file by calling `rpath`
Rpath <- rpath(Ecosense.EBS)
# Run the rpath.detrital command
detritalGroups = rpath.detrital(Rpath)
# Print out the first few detrital group names
head(detritalGroups)
#> [1] "Pelagic detritus" "Benthic detritus"