R/Data.R

#' Haul data set
#'
#' A data set containing the counts of two species of fish from
#' the NOAA Pacific Trawl Data, 2003-2004. Depth and lattitude
#' are also included.
#'
#' @format A data frame with 1072 rows and 5 variables:
#' \describe{
#'   \item{year}{year data was collected}
#'   \item{depth}{depth that fish count was recorded, in meters}
#'   \item{lattitude}{lattitude was fish count was recorded, in degrees}
#'   \item{Albatrossia.pectoralis}{count of Albatrossia pectoralis species}
#'   \item{Sebastolobus.altivelis}{count of Sebastolobus altivelis}
#' }
#' @source URL of data source should go here.
"haul"


#' Haul data set 2
#'
#' A data set containing the counts of five species of fish from
#' the NOAA Pacific Trawl Data, 1999-2004. Depth, lattitude, and longitude
#' are also included.
#'
#' @format A data frame with 1072 rows and 5 variables:
#' \describe{
#'   \item{year}{year data was collected}
#'   \item{depth}{depth that fish count was recorded, in meters}
#'   \item{lattitude}{lattitude was fish count was recorded, in degrees}
#'   \item{longitude}{longitude was fish count was recorded, in degrees}
#'   \item{Sebastolobus.altivelis}{count of Sebastolobus altivelis species}
#'   \item{Sebastolobus.alascanus}{count of Sebastolobus alascanus species}
#'   \item{Antimora.microlepis}{count of Antimora.microlepis species}
#'   \item{Coryphaenoides.acrolepis}{count of Coryphaenoides acrolepis species}
#'   \item{Alepocephalus.tenebrosus}{count of Alepocephalus tenebrosus species}
#' }
#' @source URL of data source should go here.
"haul2"
PRIMER-e/senlm documentation built on Nov. 20, 2022, 2:38 a.m.