#' @title Ages of Striped Bass assigned from scales by two readers.
#'
#' @description Ages assigned by two different readers to the scales of Striped Bass (\emph{Morone saxatilis}).
#'
#' @name StripedBass4
#'
#' @docType data
#'
#' @format A data frame of 1202 observations on the following 2 variables:
#' \describe{
#' \item{reader1}{Ages assigned by the first reader}
#' \item{reader2}{Ages assigned by the second reader}
#' }
#'
#' @section Topic(s):
#' \itemize{
#' \item Age Comparison
#' \item Age Precision
#' \item Age Bias
#' \item Ageing Error
#' }
#'
#' @concept Age Precision
#' @concept Age Bias
#' @concept Age Comparison
#'
#' @seealso \code{\link{StripedBass5}} and \code{\link{StripedBass6}}.
#'
#' @source From Figure 3 in Chapter 10 (Striped Bass) of the VMRC Final Report on Finfish Ageing, 2003 by the Center for Quantitative Fisheries Ecology at Old Dominion University. \href{https://raw.githubusercontent.com/fishR-Core-Team/FSAdata/main/data-raw/StripedBass4.csv}{CSV file}
#'
#' @keywords datasets
#'
#' @examples
#' data(StripedBass4)
#' str(StripedBass4)
#' head(StripedBass4)
#' plot(reader2~reader1,data=StripedBass4)
#' xtabs(~reader1+reader2,data=StripedBass4)
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.