R/data.R

#' Diel DO and PCO2 data from Fishtrap Creek
#'
#'Data frame of dissolved oxygen (DO; in mg/L), partial pressure of dissolved
#'carbon dioxide (pCO2; in μatm), water temperature and photosynthetically active
#'radiation (PAR; in μE) from Fishtrap Creek, Washington State (48.93861, -122.47861).
#'The data are at 10-minute intervals over 48 hours from dawn on 18 June 2018
#'until dawn on 20 June 2018.  The DO data were collected using a YSI EXO sonde
#'equipped with an optical sensor.  The pCO2 was from a Vaisala GMT220 and a
#'Campbell Scientific data logger. PAR data were collected with an Apogee SQ-520
#'quantum sensor located with a unobstructed view of the sky.
#'
#' @format A data frame with 283 rows and 5 variables:
#' \describe{
#'   \item{dateTime}{Date and time for each sample in POSIXTct format}
#'   \item{Temp_C}{water temperature at sampling station in degrees Celsius}
#'   \item{ODO_mgL}{Dissolved oxygen concentration in mg/L}
#'   \item{pCO2_uatm}{Partial pressure of CO2 in microatmospheres}
#'   \item{PAR}{Open-sky photosynthetically active radiation in microEinsteins}
#' }
"FishtrapCr"
gholtgrieve/gassyPants documentation built on May 9, 2019, 5:02 a.m.