Plots the food web associated with an Rpath object.
Rpath model created by the ecopath() function.
Optional name of the ecosystem. Default is the eco.name attribute from the rpath object.
The color of the lines between nodes of the food web.
Set to the group number or name to highlight the connections of that group.
Color of the connections to the highlighted group.
Logical whether or not to display group names. If True and label.pos is Null, no points will be ploted, just label names.
A position specifier for the labels. Values of 1, 2, 3, 4, respectively indicate positions below, to the left of, above, and to the right of the points. A null value will cause the labels to be ploted without the points (Assuming that labels = TRUE).
Logical value indication whether group numbers should be used for labels instead of names.
The relative size of the labels within the plot.
Logical value indicating whether or not to include fishing fleets in the food web.
The color of the points cooresponding to the types of the group. Can either be of length 1 or 4. Color order will be living, primary producers, detrital, and fleet groups.
Vector of box numbers to change the default plot order. Must include all box numbers
Creates a figure of the food web.
Other Rpath functions:
MTI()
,
adjust.forcing()
,
check.rpath.params()
,
create.rpath.params()
,
extract.node()
,
frate.table()
,
read.rpath.params()
,
rpath()
,
rpath.groups()
,
rpath.stanzas()
,
stanzaplot()
,
write.Rpath()
,
write.Rsim()
,
write.rpath.params()