Description Usage Value Examples
View source: R/mw_example_base_streamline_conc_table.R
Create example base streamline concentration table (created with function mw_conc_init()).
1 |
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)
1 2 | x <- mw_example_base_streamline_conc_table()
head(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.