retro_res: Extract retrospective results for plotting

View source: R/retro_res.R

retro_resR Documentation

Extract retrospective results for plotting

Description

Extract retrospective results for plotting

Usage

retro_res(model)

Arguments

model

A fit WHAM model, output from fit_wham with do.retro = TRUE.

Value

a named list with the components:

SSB

Spawning stock biomass

Fbar

Fishing mortality

NAA

Numbers-at-age

See Also

fit_wham, retro

Examples

## Not run: 
data("input4_SNEMAYT") # load SNEMA yellowtail flounder data and parameter settings
mod = fit_wham(input4_SNEMAYT) # using default values: do.retro = T, n.peels = 7
x = retro_res(mod) # get retrospective results

## End(Not run)

timjmiller/wham documentation built on Nov. 23, 2023, 2:46 a.m.