R/mw_example_base_streamline_conc_table.R

Defines functions mw_example_base_streamline_conc_table

Documented in mw_example_base_streamline_conc_table

#' Create example base streamline concentration table (created with function mw_conc_init()).
#'
#' @return table (tibble) with the following variables (columns):
#' * SL_NR: Streamline number (integer)
#' * TIME: Time, days (numeric)
#' * DIST: Distance traveled since t=0 (meters) (numeric)
#' * CCONC: Concentration (conservative) (numeric)
#' * D_CCONC: Change in concentration (numeric)
#' @examples
#' x <- mw_example_base_streamline_conc_table()
#' head(x)
#' @export
mw_example_base_streamline_conc_table <- function() {
  return(chk_mw_conc_init)
}
KeesVanImmerzeel/mipwelcona documentation built on Nov. 11, 2020, 10:35 p.m.