synLFQ8: Synthetic length-frequency data VIII with variable harvest...

Description Usage Format Source Examples

Description

Synthetic length-frequency data as generated by the function virtualPop2 from the fishdynr package (Taylor and Mildenberger, 2018). Can be used by ELEFAN, ELEFAN_SA, or ELEFAN_GA. The data is generated with the following von Bertalanffy growth parameters:

Further settings include:

The average biomass relative to the unfished biomass and the yield per recurit for the years, 2014, 2015, 2016, 2017 is 0.16, 0.21, 0.41, 0.75, and 0.4, 0.43, 0.24, 0.07, respectively. Biomass over Bmsy as estimated with a surplus production model is 0.51, 0.67, 1.27, 2.18. Lopt is 53.33 cm.

Usage

1

Format

A list of class lfq consisting of:

Source

Taylor, M & T. K. Mildenberger (2018). fishdynr: Fisheries science related population dynamics models. R package version 0.5. https://github.com/tokami/fishdynr

Examples

1
2
3
4
5
6
7
8
data(synLFQ8)

# plot of length frequencies
plot(synLFQ8, Fname = "catch")

# plot of restructured length frequencies
synLFQ8 <- lfqRestructure(synLFQ8, MA = 11)
plot(synLFQ8, Fname = "rcounts")

TropFishR documentation built on Oct. 4, 2021, 9:06 a.m.