TropFishR (version 1.6.2)

whiting: Whiting data

Description

A dataset of North Sea whiting Merlangius merlangus caught during the period 1974-1980. Can be used for catchCurve and VPA.

Usage

data(whiting)

Arguments

Format

A list consisting of:

  • age: a vector with age groups,

  • M: natural mortality rate,

  • a: length-weight relationship coefficent (W = a * L^b),

  • b: length-weight relationship coefficent (W = a * L^b),

  • catch:a matrix with catches from 1974 to 1980.

Examples

Run this code
# NOT RUN {
data(whiting)
str(whiting)
summary(whiting)


# }

Run the code above in your browser using DataCamp Workspace