plotFLFleets.Rd
For each fleet, return a pdf with plots using FLFleets object.
plotFLFleets(fleets, prob = c(0.95, 0.5, 0.05), pdfnm = "bc")
fleets | A FLFleets object. |
---|---|
prob | A numeric vector with the probabilities used to calculate the quantiles. |
pdfnm | The name for the pdf document will be the fleet's name and pdfnm separated by a line. |
A pdf for each fleet with plots.
For each fleet, the pdf contains plots of:
Catch, discards, landings, capacity, crewshare, effort, fcost, effshare
For each metier: landings and discards at age in numbers and mean weight, alpha, beta and catch.q
# NOT RUN { library(FLBEIA) library(ggplot2) data(res_flbeia) plotFLFleets(oneFl,pdfnm='oneFl') # }