plotFLBiols: Plots with biological data

View source: R/PlotFLBiols.R

plotFLBiolsR Documentation

Plots with biological data

Description

For each stock, return a pdf with plots using FLBiols object.

Usage

plotFLBiols(biols, probs = c(0.95, 0.5, 0.05), pdfnm = "bc", u = 1, ss = 1)

Arguments

biols

A FLBiols object

probs

a numeric vector with the probabilities used to calculate the quantiles.

pdfnm

The name for the pdf document will be stock's name and pdfnm separated by a line.

Details

  • Each pdf contains biomass in numbers at age, mean weight at age, fecundity, natural mortality, maturity, spawning, recruitment and spawning stock biomass

Value

A pdf for each stock with plots.

Examples

## Not run: 
library(FLBEIA)
library(ggplot2)
data(res_flbeia)
plotFLBiols(oneRes$biols, pdfnm='oneRes')

## End(Not run)

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