R/data-killerwhales.R

#' Population Dynamics of Killer Whales
#'
#' Population abundance of Southern Resident Killer Whales, summed for J, K, and L pods.  Data are courtesy of the
#' Center for Whale Research: https://www.whaleresearch.com/
#'
#'
#' @name killerwhales
#' @docType data
#' @format A data frame with 45 observations, each representing a year
#' \describe{
#'   \item{Year}{Calendar year.}
#'   \item{Count}{Total summed abundance of J, K and L pods.}
#'   }
#' @source Center for Whale Research https://www.whaleresearch.com/
#' @keywords datasets

"killerwhales"
tessington/quantecol documentation built on June 1, 2025, 9:06 p.m.