Get a character vector of functional group names from an Rpath object (balanced model) or an Rpath.params object (unbalanced model parameters) based on the 'type' input parameter as follows: (0: consumers, 1: producers, 2: detrital, 3: gears, 0<type<1: mixotrophs). Living groups are consumers + producers. Note that mixotrophs are not returned as either consumers or producers, only separately.

rpath.groups(Rpath)

rpath.living(Rpath)

rpath.detrital(Rpath)

rpath.gears(Rpath)

rpath.producers(Rpath)

rpath.consumers(Rpath)

rpath.mixotrophs(Rpath)

Arguments

Rpath

Balanced Rpath model generated by rpath.

Value

Returns a character vector containing the names of Rpath functional groups by category (group type).