Nothing
#' @title Recruitment time-series for Walleye in Lake Erie, 1959-1972.
#'
#' @description Walleye (\emph{Sander vitreus}) recruitment time-series for Lake Erie, 1959-1972.
#'
#' @name WalleyeErie
#' @docType data
#'
#' @format A data frame of 14 observations on the following 6 variables:
#' \describe{
#' \item{year}{Year of data.}
#' \item{recruits}{Number of recruits (per 1000 ft of net).}
#' }
#'
#' @section Topic(s): \itemize{
#' \item Recruitment time-series
#' }
#'
#' @concept Recruitment
#'
#' @source From Wolfert, D. R. 1981. The commercial fishery for walleyes in New York waters of Lake Erie, 1959-1978. North American Journal of Fisheries Management 1: 112-126. Obtained from Ransom Myers old online database. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/WalleyeErie.csv}{CSV file}
#'
#' @keywords datasets
#'
#' @examples
#' data(WalleyeErie)
#' str(WalleyeErie)
#' head(WalleyeErie)
#' plot(recruits~year,data=WalleyeErie,type="l")
#'
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.