R/YPerchGB.R

#' @title Recruitment time-series for Yellow Perch in Green Bay, 1978-1992.
#' 
#' @description Yellow Perch (\emph{Perca flavescens}) recruitment time-series for Green Bay, 1978-1992.
#' 
#' @name YPerchGB
#' 
#' @docType data
#' 
#' @format A data frame with 15 observations on the following 2 variables:
#'  \describe{
#'    \item{year}{Year of data.} 
#'    \item{recruits}{Number of recruits (thousands per hour).} 
#'  }
#' 
#' @section Topic(s):
#'  \itemize{
#'    \item Recruitment time-series 
#'  }
#' 
#' @concept Recruitment
#' 
#' @source From Walters, C., and A. Punt. 1994. Placing odds on sustainable catch virtual population analysis and survey data. Canadian Journal of Fisheries and Aquatic Sciences, 51:946-958. Obtained from Ransom Myers old online database. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/YPerchGB.csv}{CSV file}
#' 
#' @keywords datasets
#' 
#' @examples
#' data(YPerchGB)
#' str(YPerchGB)
#' head(YPerchGB)
#' plot(recruits~year,data=YPerchGB)
#' 
NULL
droglenc/FSAdata documentation built on Aug. 30, 2023, 12:53 a.m.