Description Usage Arguments Details
This function plots natural mortality estimates by year and sex for immatures, new shell matures and old shell matures.
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))
|
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 |
Uses wtsPlots::plotCompsAsCircles
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.