R/dat_onewaytrip.R

#' @title One way trip data with process and catch error
#'
#' @description A data set containing year, unit of effort and biomass which shows CPUE in one way trip pattern.
#' This data shows stochasticity using lognormal process and catch error.
#'
#' @format A data frame with 20 rows and 3 variables:
#' \describe{
#'   \item{year}{year when fishing activity occured.}
#'   \item{catch}{catch per annum in MT.}
#'   \item{cpue}{catch per unit of effort per annum.}
#'   \item{biomass}{fish biomass per annum in MT.}
#' }
#'
#' @references Magnusson, Arni, and Ray Hilborn. "What makes fisheries data informative?." Fish and Fisheries 8, no. 4 (2007): 337-358.
#'
"df.onewaytrip"
habeebollah/montiR documentation built on Dec. 11, 2022, 7:55 p.m.