plotNatMort: Function to plot natural mortality rates by year

Description Usage Arguments Details

Description

This function plots natural mortality estimates by year and sex for immatures, new shell matures and old shell matures.

Usage

1
2
3
plotNatMort(sdobj, styr = 1949, endyr = 2013, min.yr = 1970,
  max.yr = endyr, clrs = c("green", "blue", "black"), pchs = c(21, 21,
  21), ltys = c(1, 1, 1))

Arguments

sdobj

- object (dataframe) obtained from reading the TCSAM2013 .std file

styr

- model start year

endyr

- model end year

min.yr

- min year to plot

max.yr

- max year to plot

clrs

- colors to use

pchs

- point types to use

ltys

- line types to use

Details

Uses wtsPlots::plotCompsAsCircles.


wStockhausen/rTCSAM2013 documentation built on May 3, 2019, 7:13 p.m.