R/BlueCrab.R

#' @title Catch and effort data for male Blue Crabs.
#' 
#' @description Catch and effort data for a population of male Blue Crabs (\emph{Callinectes sapidus}) for a 12-week period.
#' 
#' @name BlueCrab
#' 
#' @docType data
#' 
#' @format A data frame with 12 observations on the following 2 variables.
#'  \describe{
#'    \item{catch}{A numeric vector of pounds of Blue Crab caught.}
#'    \item{effort}{A numeric vector of lines used per day to catch Blue Crab.}
#'  }
#'   
#' @section Topic(s):
#'  \itemize{
#'    \item Population size
#'    \item Abundance
#'    \item Depletion
#'    \item Leslie method
#'    \item DeLury method
#'    \item Catchability
#'  }
#'  
#' @concept Abundance
#' @concept Population Size
#' @concept Leslie
#' @concept DeLury
#' @concept Depletion
#' @concept Catchability
#' 
#' @source From Fischler, K.J. 1965. The use of catch-effort, catch-sampling, and tagging data to estimate a population of blue crabs. Transactions of the American Fisheries Society 94:287-310. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/BlueCrab.csv}{CSV file}
#' 
#' @keywords datasets
#' 
#' @examples
#' data(BlueCrab)
#' str(BlueCrab)
#' BlueCrab
#' 
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.