R/weather.R

#' Example Weather Data
#'
#' A dataset containing an example weather data.
#'
#' @format A \code{data frame} with the following columns:
#' \describe{
#'  \item{short_date}{Date in format yyyy-mm-dd}
#'  \item{hour}{Numeric values of hours in the day}
#'  \item{lat}{Latitude}
#'  \item{long}{Longitude}
#'  \item{temp}{Temperature °C}
#'  \item{rhum}{Realtive humidity in percents}
#'  \item{sol_rad}{Solar radiation MJ/m2}
#' }
#' @source The weather data is provided by Met Éireann, the Irish Meteorological Office.
#' Available at: https://www.met.ie/climate/available-data/historical-data
"weather"
mladencucak/epiCrop documentation built on April 30, 2020, 10:13 a.m.