R/WhitefishLS.R

#' @title Landings and value of Lake Superior Lake Whitefish.
#' 
#' @description Landings and value of Lake Whitefish \emph{Coregonus clupeaformis} in Lake Superior by state from 1971-2001.
#' 
#' @name WhitefishLS
#' 
#' @docType data
#' 
#' @format A data frame with 12 observations on the following 4 variables:
#'  \describe{
#'    \item{year}{Year of catch.}
#'    \item{state}{State of catch (\code{MI}, \code{MN}, or \code{WI}).}
#'    \item{catch}{Catch in lbs.}
#'    \item{value}{Value of catch in dollars.}
#'  }
#'  
#' @section Topic(s):
#'  \itemize{
#'    \item Other
#'  }
#'
#' @concept Other
#'   
#' @source Results from a query in 2006 to the NMFS Great Lakes Commercial Fishery Landings database. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/WhitefishLS.csv}{CSV file}
#' 
#' @keywords datasets
#' 
#' @examples
#' data(WhitefishLS)
#' str(WhitefishLS)
#' head(WhitefishLS)
#' 
NULL
droglenc/FSAdata documentation built on Aug. 30, 2023, 12:53 a.m.