R/BrookTroutOnt.R

#' @title Summarized single mark-recapture data for Brook Trout across many years.
#' 
#' @description The number of Brook Trout (\emph{Salvelinus fontinalis}) marked, captured, and recaptured for several years on Meach Lake in central Ontario.
#' 
#' @name BrookTroutOnt
#' 
#' @docType data
#' 
#' @format A data frame with 7 observations on the following 5 variables.
#'  \describe{
#'    \item{year}{Year of the collection}
#'    \item{mark}{Total number of fish marked on the marking run} 
#'    \item{catch}{Total number of fish caught on the recapture run}
#'    \item{recap}{Total number of previously marked fish in the recapture run}
#'    \item{correction}{Number of age-1 fish to be added to final estimated based on  mark-recapture to correct for gear selectivity of age-1 fish}
#'  }
#'  
#' @section Topic(s):
#'  \itemize{
#'    \item Population Size
#'    \item Abundance
#'    \item Mark-Recapture
#'    \item Capture-Recapture
#'    \item Petersen
#'  }
#'  
#' @concept Abundance
#' @concept Population Size
#' @concept Mark-Recapture
#' @concept Capture-Recapture
#' @concept Petersen
#' 
#' @source From Table 1 of Curry, R.A., C. Brady, and G.E. Morgan. 2003. Effects of Recreational Fishing on the Population Dynamics of Lake-Dwelling Brook Trout. North American Journal of Fisheries Management 23:35-47. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/BrookTroutOnt.csv}{CSV file}
#' 
#' @keywords datasets
#' 
#' @examples
#' data(BrookTroutOnt)
#' str(BrookTroutOnt)
#' head(BrookTroutOnt)
#' 
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.