R/PikeIL.R

#' @title Catch and effort data for Northern Pike from Island Lake, NB.
#' 
#' @description Catch and effort data for nine removal events of Northern Pike (\emph{Esox lucius}) from Island Lake, NB.
#' 
#' @name PikeIL
#' 
#' @docType data
#' 
#' @format A data frame with 9 observations on the following 3 variables:
#'  \describe{
#'    \item{date}{Capture date.} 
#'    \item{nets}{Number of fyke nets fished on that date.} 
#'    \item{catch}{Number of captured and removed pike.} 
#'  }
#'  
#' @section Topic(s):
#'  \itemize{
#'    \item Depletion methods 
#'    \item Leslie method
#'    \item DeLury method 
#'    \item Population size 
#'    \item Abundance 
#'    \item Catchability
#'  }
#'  
#' @concept Abundance
#' @concept Population Size
#' @concept Leslie
#' @concept DeLury
#' @concept Depletion
#' @concept Catchability
#' 
#' @source From Table 1 of Peterson, J., M. Taylor, and A. Hanson. 1980. Leslie population estimate for a large lake. Transactions of the American Fisheries Society, 109:329-331. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/PikeIL.csv}{CSV file}
#' 
#' @keywords datasets
#' 
#' @examples
#' data(PikeIL)
#' str(PikeIL)
#' head(PikeIL)
#' 
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.