Return a pdf with plots with the outputs fltStkSum, usint the output of FLBEIA.

plotfltStkSum(obj, pdfnm)

Arguments

obj

FLBEIA output

pdfnm

The name for the pdf document will be 'fltStkSum-' and pdfnm.

Value

One pdf with plots on landings, discards,catch,price,quotaUpt,tacshare,discRat,quota by fleet and stock.

Examples

# NOT RUN {
library(FLBEIA)
library(ggplot2)
data(res_flbeia)
plotfltStkSum(obj=oneRes,pdfnm = "oneRes")
# }