Description Usage Arguments Value
View source: R/calculate_solute_balance.R
Calculates the solute mass balance.
1 2 3 4 5 6 7 8 | calculate_solute_balance(
parameters = c("CALCIUM TOTAL RECOVERABLE", "CONDUCTIVITY, UMHOS/CM @ 25C",
"CHLORIDE", "MAGNESIUM TOTAL RECOVERABLE", "NITROGEN NH3-N DISS",
"NITROGEN NO3+NO2 DISS (AS N)", "NITROGEN TOTAL", "PH LAB",
"POTASSIUM TOTAL RECOVERABLE", "SODIUM TOTAL RECOVERABLE", "SULFATE TOTAL"),
start_date = as_datetime("2018-10-01"),
end_date = as_datetime("2019-09-30")
)
|
parameters |
names of water chemsitry parameters to analyze mass balance for. Defaults to c("CALCIUM TOTAL RECOVERABLE", "CONDUCTIVITY, UMHOS/CM @ 25C", "CHLORIDE", "MAGNESIUM TOTAL RECOVERABLE", "NITROGEN NH3-N DISS", "NITROGEN NO3+NO2 DISS (AS N)", "NITROGEN TOTAL", "PH LAB", "POTASSIUM TOTAL RECOVERABLE", "SODIUM TOTAL RECOVERABLE", "SULFATE TOTAL"). |
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"). |
mass_fluxes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.