Description Usage Arguments Value
View source: R/calculate_solute_dynamics.R
Calculates the solute mass balance.
1 2 3 4 5 6 7 8 | calculate_solute_dynamics(
start_date = as_datetime("2018-10-01"),
end_date = as_datetime("2019-09-30"),
method = "load",
lakes = c("Pleasant", "Long", "Plainfield"),
annual = FALSE,
parameter = "CALCIUM TOTAL RECOVERABLE"
)
|
start_date |
start date of analysis. Defaults to start of WY2019 ("2018-10-01"). |
end_date |
end date of analysis. Defaults to end of WY2019 ("2019-09-30"). |
method |
"load" or "calc", defaults to "load". |
lakes |
name of all lakes in CSLS in the order of desired levels. Defaults to c("Pleasant", "Long", "Plainfield") |
annual |
logical defaults to "FALSE" to return daily values, switch to "TRUE" for annual summary of uptake (Ca) or sedimentation/release and GW inflow (TP). |
parameter |
description of parameter to use dynamic lake model on. Can be either "CALCIUM TOTAL RECOVERABLE" or "PHOSPHORUS TOTAL". |
mass_fluxes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.