stanzaplot: Plot routine for Ecopath multistanzas

View source: R/ecopath_plot.R

stanzaplotR Documentation

Plot routine for Ecopath multistanzas

Description

Plots the biomass composition of multistanza groups from an Rpath.stanzas object.

Usage

stanzaplot(
  Rpath.params,
  StanzaGroup,
  line.cols = c("black", "green", "blue", "red")
)

Arguments

Rpath.params

R object containing the Rpath parameters. This is generated either by the create.rpath.params or read.rpath.params functions.

StanzaGroup

The Stanza group's name to be plotted.

line.cols

A vector of four colors used to represent the population biomass, relative number, indvidual weights, and stanza separation lines.

Value

Creates a figure showing the break down of biomass and number per stanza.

See Also

Other Rpath functions: MTI(), adjust.forcing(), check.rpath.params(), create.rpath.params(), extract.node(), frate.table(), read.rpath.params(), rpath(), rpath.groups(), rpath.stanzas(), webplot(), write.Rpath(), write.Rsim(), write.rpath.params()


NOAA-EDAB/Rpath documentation built on June 5, 2024, 9:03 p.m.