Skip to contents

List of groups from Rpath object with species type between 0 and 1

Usage

rpath.mixotrophs(Rpath)

Arguments

Rpath

Balanced Rpath model generated by rpath()

Value

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

Examples

# Build the balanced Rpath model and parameter file by calling `rpath`
Rpath <- rpath(Ecosense.EBS)
# Run the groups command
mixotrophGroups = rpath.mixotrophs(Rpath)
# Print out the first few mixotroph group names
head(mixotrophGroups)
#> character(0)