plotfltStkSum: Plots with fltStkSum data

View source: R/PlotfltStkSum.R

plotfltStkSumR Documentation

Plots with fltStkSum data

Description

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

Usage

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")

## End(Not run)


flr/FLBEIA documentation built on Feb. 22, 2024, 1:36 a.m.