R/Riffleshell.R

#' @title Summarized multiple mark-recapture data for Tan Riffleshell.
#' 
#' @description Summarized multiple mark-recapture data for Tan Riffleshell.
#' 
#' @details The number of mussels caught in multiple samples of Tan Riffleshell (\emph{Epioblasma florentina walkeri}) from Indian Creek, Virginia. The caught fish were examined for previous marks, marked (if previously unmarked), and then returned to the population.
#' 
#' @name Riffleshell
#' 
#' @docType data
#' 
#' @format A data frame with 6 observations on the following 4 variables.
#'  \describe{
#'    \item{t}{Sample number}
#'    \item{caught}{Total number of fish caught in the sample}
#'    \item{recaps}{Number of previously marked fish in the sample}
#'    \item{retmarks}{Number of marked fish returned to the population}
#'  }
#'  
#' @section Topic(s):
#'  \itemize{
#'    \item Population Size
#'    \item Abundance
#'    \item Mark-Recapture
#'    \item Capture-Recapture
#'    \item Schnabel
#'    \item Schumacher-Eschmeyer
#'  }
#'  
#' @concept Abundance
#' @concept Population Size
#' @concept Mark-Recapture
#' @concept Capture-Recapture
#' @concept Schnabel
#' 
#' @source From Table 1-2 of Rogers, S.O. 1999. Population biology of the Tan Riffleshell (\emph{Epioblasma florentina walkeri}) and the effects of substratum and light on juvenile mussel propagation. Virginia Tech M.S. Thesis. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/Riffleshell.csv}{CSV file}
#' 
#' @keywords datasets
#' 
#' @examples
#' data(Riffleshell)
#' str(Riffleshell)
#' head(Riffleshell)
#' 
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.