Skip to contents

Plot yearly simulated point source values (as yearly loads or average concentrations)

Usage

plot_ps(sim_verify, conc = FALSE)

Arguments

sim_verify

Simulation output of the function run_swat_verification(). To plot the heat units at least the output option outputs = 'wb' must be set in run_swat_verification()

conc

Boolean, TRUE to provide figure for point source average yearly pollutant concentrations, FALSE - for average yearly pollutant loads.

Value

ggplot object for point source yearly simulated data

Examples

if (FALSE) { # \dontrun{
plot_ps(sim_nostress, TRUE)
} # }