R/ddt.R

#' Information on ddt and measurements of fish in different rivers
#'
#' A dataset containing the information on
#' ddt, length, weight, species, river, and mile measurements of fish caught
#'
#' @format A data frame with 144 rows and 6 variables:
#' \describe{
#'   \item{RIVER}{name of river caught in}
#'   \item{MILE}{miles from mouth of river caught at}
#'   \item{LENGTH}{length of the fish}
#'   \item{WEIGHT}{weight of the fish}
#'   \item{SPECIES}{species of the fish caught}
#'   \item{DDT}{ddt concentration in the fish}
#'   ...
#' }
#' @source \url{MATH4753 files}
"ddt"
nbcastle/MATH4753cast0059 documentation built on May 3, 2022, 8:21 p.m.