plotbioage: plotbioage() Plots stock N_a, W_a, M_a and Mat_a by year

View source: R/PlotDyns.R

plotbioageR Documentation

plotbioage() Plots stock N_a, W_a, M_a and Mat_a by year

Description

plotbioage() Plots stock N_a, W_a, M_a and Mat_a by year

Usage

plotbioage(
  stk,
  metrics = c("Weight", "Maturity", "M", "Selectivity"),
  bysex = FALSE,
  ncol = 2
)

Arguments

stk

stock object class FLStock

metrics

choose Weight, Maturity, M, Selectivity

bysex

plot by sex default FALSE

ncol

number of columns in multiplot

Value

ggplot

Examples

data(ple4)
plotbioage(ple4)

Henning-Winker/FLRef documentation built on June 12, 2025, 1:41 a.m.