R/Length_Weight.R

#' Example length-weight data
#'
#' A dataframe of example length-weight data for two areas (AREA1
#' and AREA2) from 2014 - 2019.
#'
#' Indicator calculated using length-weight data (among other arguments):
#' Community Condition

#' @format This example data is a dataframe with 98 436 rows and 5 variables:
#'   \describe{ \item{YEAR}{Year the observation was recorded} \item{ID}{Area
#'   where the observation was recorded} \item{SPECIES}{Numeric code indicating
#'   the species sampled} \item{LENGTH}{Length (class)1 cm intervals)}
#'   \item{WEIGHT}{Corresponding weight of sampled fish} }
#'
#' @source This is example data was modified from Fisheries and Oceans Canada
#'   summer research vessel trawl survey for the Scotian Shelf.
"Length_Weight"
dempseydanielle/marindicators documentation built on May 12, 2020, 8:12 p.m.