R/data_documentation.R

#' Tracer
#'
#' A dataset containing the breakthrough curve of bromide. The variables are the following:
#'
#' \itemize{
#'   \item time. Time since the start of irrigation in seconds
#'   \item value. The relative tracer concentration c/c$_0$ (divided by the concentration in the irrigation water)
#' }
#'
#' @docType data
#' @keywords datasets
#' @name tracer
#' @usage data(tracer)
#' @format A data frame with 213 rows and 2 variables

NULL


#' Drainage
#'
#' A dataset containing the drainage from a soil column in an irrigation experiment. The variables are the following:
#'
#' \itemize{
#'   \item time. Time since the start of irrigation in seconds
#'   \item value. The flux in mm/h
#' }
#'
#' @docType data
#' @keywords datasets
#' @name drainage
#' @usage data(drainage)
#' @format A data frame with 2184 rows and 2 variables

NULL
ChrisBogner/ViscousFlow documentation built on June 13, 2021, 7:47 a.m.