plotfltStkSum.RdReturn a pdf with plots with the outputs fltStkSum, usint the output of FLBEIA.
plotfltStkSum(obj, pdfnm)
| obj | FLBEIA output |
|---|---|
| pdfnm | The name for the pdf document will be 'fltStkSum-' and pdfnm. |
One pdf with plots on landings, discards,catch,price,quotaUpt,tacshare,discRat,quota by fleet and stock.
# NOT RUN { library(FLBEIA) library(ggplot2) data(res_flbeia) plotfltStkSum(obj=oneRes,pdfnm = "oneRes") # }