synCPUE {TropFishR} | R Documentation |
Synthetical catch per unit of effort (CPUE) dataset
Description
Synthetical CPUE dataset from Exercise 4.3 in Sparre & Venema (1999).
Can be used to estimate the instantaneous total mortality rate (Z) by means of
the function Z_CPUE
.
Usage
data(synCPUE)
Format
A dataframe consisting of following columns:
-
cohort
: name of cohort, e.g. 1982 S, meaning summer cohort of 1982, -
age
: age of cohorts, -
CPUE
: catch per unit of effort of cohorts.
Source
Sparre, P., Venema, S.C., 1999. Introduction to tropical fish stock assessment. Part 2. Excercises. FAO Fisheries Technical Paper, (306.2, Rev. 2). 94 p.
Examples
data(synCPUE)
head(synCPUE)
str(synCPUE)
[Package TropFishR version 1.6.4 Index]