
Plot selected basin variable aggregated by defined time step
Source:R/plot_climate.R
plot_basin_var.RdPlot selected basin variable aggregated by defined time step
Arguments
- sim_verify
Simulation output of the function
run_swat_verification(). To plot the climate outputs at least the output optionoutputs = 'wb'must be set inrun_swat_verification().- var
Character which defines the variable to be printed
- period
(optional) character describing, which time interval to display (default is "day", other examples are "week", "month", etc).
Default = "day"- fn_summarize
(optional) function to recalculate to time interval (default is "mean", other examples are "median", "sum", etc).
Default = "mean"