For each stock, return a pdf with plots using FLBiols object.

plotFLBiols(biols, prob = c(0.95, 0.5, 0.05), pdfnm = "bc")

Arguments

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.

Value

A pdf for each stock with plots.

Details

  • Each pdf contains biomass in numbers at age, mean weight at age, fecundity, natural mortality, maturity, spawning, recruitment and spawning stock biomass

Examples

# NOT RUN {
library(FLBEIA)
library(ggplot2)
data(res_flbeia)
plotFLBiols(oneRes$biols, pdfname='oneRes')
# }