synLFQ5 {TropFishR}R Documentation

Synthetic length-frequency data V (without seasonal oscillation)

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

data(synLFQ5)

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

data(synLFQ5)

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

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




[Package TropFishR version 1.6.4 Index]