R/data.R

#' Hourly rainfall time series
#'
#' @description An artificial hourly rainfall dataset to test the functions of the package.
#'
#' @source Artificial data, it does not come from any source.
#' @format A data frame with columns:
#' \describe{
#'  \item{Date}{The time and day of the rainfall pulse}
#'  \item{Rainfall.depth}{The depth of rainfall in each time step}
#' }
#' @examples
#' \dontrun{
#'  hourly_time_series
#' }
"hourly_time_series"

#' 5-min rainfall time series
#'
#' @description An artificial 5-min rainfall dataset to test the functions of the package.
#'
#' @source Artificial data, it does not come from any source.
#' @format A data frame with columns:
#' \describe{
#'  \item{Date}{The time and day of the rainfall pulse}
#'  \item{Rainfall.depth}{The depth of rainfall in each time step}
#' }
#' @examples
#' \dontrun{
#'  five_minute_time_series
#' }
"five_minute_time_series"

Try the IETD package in your browser

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

IETD documentation built on March 13, 2020, 1:53 a.m.