plotFLFleets: Plots with fleets data

View source: R/PlotFLFleets.R

plotFLFleetsR Documentation

Plots with fleets data

Description

For each fleet, return a pdf with plots using FLFleets object.

Usage

plotFLFleets(fleets, probs = c(0.95, 0.5, 0.05), pdfnm = "bc", u = 1, ss = 1)

Arguments

fleets

A FLFleets object.

probs

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.

Details

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

Value

A pdf for each fleet with plots.

Examples

## Not run: 
library(FLBEIA)
library(ggplot2)
data(res_flbeia)
plotFLFleets(oneRes$fleets,pdfnm='oneFl')

## End(Not run)

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