R/Jonubi2.R

#' @title Ages (subsample) and lengths (all fish) of Jonubi.
#' 
#' @description Ages (subsample) and lengths (all fish) for Jonubi (\emph{Chalcalburnus mossulensis}).
#' 
#' @details A total of 50 fish dispersed proportionately over 1-cm fork length intervals from the \code{\link{Jonubi1}} data frame was obtained for age assignment. The remaining fish in the file were only measured for length (i.e., the ages were deleted). This data file can be used to demonstrate the use of age-length keys.
#' 
#' @name Jonubi2
#' 
#' @docType data
#' 
#' @format A data frame with 410 observations on the following 2 variables.
#'  \describe{
#'    \item{fl}{Fork length (cm) measurements}
#'    \item{age}{Assigned ages (years)}
#'  }
#'  
#' @section Topic(s):
#'  \itemize{
#'    \item Age-Length Key
#'  }
#'  
#' @concept Age-Length Key
#' 
#' @seealso \code{\link{Jonubi1}}.
#' 
#' @source \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/Jonubi2.csv}{CSV file}
#' 
#' @keywords datasets
#' 
#' @examples
#' data(Jonubi2)
#' str(Jonubi2)
#' head(Jonubi2)
#' plot(fl~age,data=Jonubi2)
#' 
NULL

Try the FSAdata package in your browser

Any scripts or data that you put into this service are public.

FSAdata documentation built on Aug. 24, 2023, 5:06 p.m.