Nothing
#' @title Stock and recruitment data for Lake Huron Bloaters, 1981-1996.
#'
#' @description Egg deposition and relative abundance of age-3 Lake Huron Bloaters (\emph{Coregonus hoyi}) by year, 1981-1996.
#'
#' @name BloaterLH
#'
#' @docType data
#'
#' @format A data frame of 16 observations on the following 3 variables:
#' \describe{
#' \item{year}{Year of data (1981-1996)}
#' \item{eggs}{Millions of eggs deposited}
#' \item{age3}{Relative abundance of age-3 fish}
#' }
#'
#' @section Topic(s):
#' \itemize{
#' \item Stock-Recruit
#' \item Recruitment
#' }
#'
#' @concept Stock-Recruit
#' @concept Recruitment
#'
#' @source From (approximately) Figure 7 of Schaeffer, J.S. 2004. Population dynamics of bloaters \emph{Coregonus hoyi} in Lake Huron, 1980-1998. Ann Zool Fennici. 41:271-279. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/BloaterLH.csv}{CSV file}
#'
#' @keywords datasets
#'
#' @examples
#' data(BloaterLH)
#' str(BloaterLH)
#' head(BloaterLH)
#' op <- par(mfrow=c(1,2),pch=19)
#' plot(eggs~year,data=BloaterLH,type="l")
#' plot(eggs~age3,data=BloaterLH)
#' par(op)
#'
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.