plotFLBiols.Rd
For each stock, return a pdf with plots using FLBiols object.
plotFLBiols(biols, prob = c(0.95, 0.5, 0.05), pdfnm = "bc")
biols | A FLBiols object |
---|---|
prob | a numeric vector with the probabilities used to calculate the quantiles. |
pdfnm | The name for the pdf document will be stock's name and pdfnm separated by a line. |
A pdf for each stock with plots.
Each pdf contains biomass in numbers at age, mean weight at age, fecundity, natural mortality, maturity, spawning, recruitment and spawning stock biomass
# NOT RUN { library(FLBEIA) library(ggplot2) data(res_flbeia) plotFLBiols(oneRes$biols, pdfname='oneRes') # }