R/data.R

#' Video and photo counts of sockeye salmon at Akalura River, Kodiak Island, Alaska
#'
#' @source Kodiak National Wildlife Refuge, Kodiak, Alaska
#' @format A data frame with columns:
#' \describe{
#'  \item{date}{A POSIXlt date}
#'  \item{photo}{Number of salmon counted using photos (numeric)}
#'  \item{video}{Number of salmon counted using videos (numeric)}
#'  \item{julian_day}{The julian day (numeric)}
#'  \item{year}{The year (numeric)}
#' }
#' @examples
#' \dontrun{
#'  salmon_counts
#' }
"salmon_counts"
mccrea-cobb/akulara documentation built on Nov. 14, 2024, 4:17 a.m.