R/data.R

#' National oceanic and atmospheric administration (NOAA) data from 1990 to 1993
#'
#' A dataset containing the precipitation, maximum and minimum temperatures taken from
#' the STRbook R package.
#'
#' @format A data frame with 53940 rows and 10 variables:
#' \describe{
#'   \item{julian}{Day in Julian time}
#'   \item{year}{The year}
#'   \item{month}{The month}
#'   \item{day}{The day}
#'   \item{id}{The location id}
#'   \item{z}{The value}
#'   \item{proc}{The type of observation}
#'   \item{lat}{Latitude}
#'   \item{lon}{Longitude}
#'   \item{date}{The date}
#'   ...
#' }
#'
"NOAA_df_1990"

Try the stxplore package in your browser

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

stxplore documentation built on Feb. 16, 2023, 9:53 p.m.