R/synCAA2.R

#' @name synCAA2
#'
#' @title Synthetic Catch-at-age data II
#'
#' @description Synthetic Catch-at-age data from Sparre & Venema (1998).
#'    Can be used for the estimation of the instantaneous mortality rate (Z) by
#'    means of the cumulative catch curve (\code{\link{catchCurve}}).
#'
#' @docType data
#'
#' @format A list consisting of:
#' \itemize{
#'   \item \code{midAge} a vector of the mid ages of the age groups,
#'   \item \code{catch} a matrix with the catches for different years.
#' }
#'
#' @source Sparre, P., Venema, S.C., 1998. Introduction to tropical fish stock assessment.
#'   Part 1. Manual. \emph{FAO Fisheries Technical Paper}, (306.1, Rev. 2). 407 p.
#' @usage data(synCAA2)
#' @keywords data dataset age Catch-at-age CAA
#'
#' @examples
#' data(synCAA2)
#' str(synCAA2)
#' summary(synCAA2)
#'
#'
NULL
tokami/TropFishR documentation built on Feb. 29, 2024, 11 p.m.