R/TroutADP.R

#' @title Catches in removal events of trout.
#' 
#' @description Catches of trout on five successive removal events from the Afon Dulas at Pentre, 19Jun79.
#' 
#' @name TroutADP
#' 
#' @docType data
#' 
#' @format A data frame with 5 observations on the following 2 variables:
#'  \describe{
#'    \item{catch}{Removal event.} 
#'    \item{caught}{Number of fish captured and removed.} 
#'  }
#'  
#' @section Topic(s):
#'  \itemize{
#'    \item Population size
#'    \item Abundance
#'    \item Removal
#'  }
#'  
#' @concept Abundance
#' @concept Population Size
#' @concept Removal
#' 
#' @seealso \link{SalmonADP}
#' 
#' @source From Table 1 in Cowx, I.G. 1983. Review of the methods for estimating fish population size from survey removal data. Fisheries Management 14:67-82. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/TroutADP.csv}{CSV file}
#' 
#' @keywords datasets
#' 
#' @examples
#' data(TroutADP)
#' str(TroutADP)
#' TroutADP
#' 
NULL

Try the FSAdata package in your browser

Any scripts or data that you put into this service are public.

FSAdata documentation built on Aug. 24, 2023, 5:06 p.m.