R/weather-data.R

#' Weather data
#'
#' A data set containing weather data measured in Viikki, Helsinki,
#' Finland. Values for all variables are means of 12 readings at 5 seconds
#' intervals. Sun angles were computed with R package 'photobiology'.
#'
#' The variables are as follows:
#' \itemize{
#'   \item time (yyyy-mm-dd hh:mm:ss)
#'   \item PAR_umol (umol m-2 s-1)
#'   \item PAR_diff_fr (/1)
#'   \item global_watt (W m-2)
#'   \item day_of_year
#'   \item month_of_year
#'   \item month_name
#'   \item calendar_year
#'   \item solar_time (h)
#'   \item sun_elevation (degrees above horizon)
#'   \item sun_azimuth (degrees)
#'   \item was_sunny (T/F)
#'   \item wind_speed (m s-1)
#'   \item wind_direction (degrees)
#'   \item air_temperature_C (C)
#'   \item air_RH (%)
#'   \item air_DP (C)
#'   \item air_pressure
#'   \item red_umol (umol m-2 s-1)
#'   \item far_red_umol (umol m-2 s-1)
#'   \item red_far_red (ratio)
#' }
#'
#' @docType data
#' @keywords datasets
#' @format A tibble with 21 columns and 10080 rows.
#'
#' @examples
#' names(weather_wk_25_2019.tb)
#' weather_wk_25_2019.tb
#'
#' @references P. J. Aphalo, unpublished data.
#'
"weather_wk_25_2019.tb"

Try the learnrbook package in your browser

Any scripts or data that you put into this service are public.

learnrbook documentation built on Feb. 16, 2023, 8:24 p.m.