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)
Balanced Rpath model generated by rpath.
Returns a character vector containing the names of Rpath functional groups by category (group type).
Other Rpath functions:
MTI()
,
adjust.forcing()
,
check.rpath.params()
,
create.rpath.params()
,
extract.node()
,
frate.table()
,
read.rpath.params()
,
rpath()
,
rpath.stanzas()
,
stanzaplot()
,
webplot()
,
write.Rpath()
,
write.Rsim()
,
write.rpath.params()