R/rd-so2concentrations.R

#' @importFrom tibble tibble
NULL

#' Sulfur Dioxide Emissions, 1980-2020
#'
#' This data set contains yearly observations by the Environmental Protection Agency
#'  on the concentration of sulfur dioxide in parts per billion, based on 32 sites.
#'  I use this for in-class illustration. Note that the national standard is
#'  75 parts per billion. Data are the national trend.
#'
#' @format A data frame with the following 4 variables.
#' \describe{
#' \item{\code{year}}{the year}
#' \item{\code{value}}{the mean concentration of sulfur dioxide in the air
#' based on 32 trend sites, in parts per billion}
#' \item{\code{ub}}{the lower bound of the value (10th percentile)}
#' \item{\code{lb}}{the upper bound of the value (90th percentile)}
#' }
#'
#' @source Environmental Protection Agency ("Sulfur Dioxide Trends")
#'
#'
"so2concentrations"
svmiller/stevedata documentation built on April 3, 2025, 1:18 p.m.