synLFQ7: Synthetic length-frequency data VII with seasonal oscillation

Description Usage Format Source Examples

Description

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

Further settings include:

Usage

1

Format

A list of class lfq consisting of:

Source

Taylor, M (2016). fishdynr: Fisheries science related population dynamics models. R package version 0.2. https://github.com/marchtaylor/fishdynr

Examples

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

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

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

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