synLFQ6: Synthetic length-frequency data VI (without seasonal...

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 or ELEFAN_SA. 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(synLFQ6)

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

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

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