#' @title Ages and lengths of male Jonubi.
#'
#' @description Assigned ages and measured fork lengths for male Jonubi (\emph{Chalcalburnus mossulensis}) from the Karasu River (Turkey).
#'
#' @name Jonubi1
#'
#' @docType data
#'
#' @format A data frame with 410 observations on the following 2 variables:
#' \describe{
#' \item{fl}{Fork lengths (cm).}
#' \item{age}{Assigned ages (years).}
#' }
#'
#' @section Topic(s):
#' \itemize{
#' \item Growth
#' \item von Bertalanffy
#' }
#'
#' @concept Growth
#' @concept von Bertalanffy
#'
#' @seealso \code{\link{Jonubi2}}.
#'
#' @source Simulated from table 2 of Yildirim, A., H.U. Haluloulu, M. Turkmen, and O. Erdouan. 2003. Age and growth characteristics of \emph{Chalcalburnus mossulensis} (Heckel, 1843) living in Karasu River (Erzurum-Turkey). Turkish Journal of Veterinary and Animal Science 27:1091-1096. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/Jonubi1.csv}{CSV file}
#'
#' @keywords datasets
#'
#' @examples
#' data(Jonubi1)
#' str(Jonubi1)
#' head(Jonubi1)
#' plot(fl~age,data=Jonubi1)
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.