R/railtracks.R

#' Measured minimum and maximum daily temperature from Railtracks Pond
#'
#'
#' \itemize{
#'   \item year. Year of measurement
#'   \item day. Day of the year
#'   \item min_temp. Minimum temperature (degrees Celsius)
#'   \item max_temp. Maximum temperature (degrees Celsius)
#' }
#'
#' @docType data
#' @keywords datasets
#' @name railtracks
#' @usage data(railtracks)
#' @format A data frame with 168 rows and 4 variables
#' @source Provided by Emily Schilling
NULL
jmzobitz/degreeDay documentation built on May 24, 2019, 9:54 a.m.