Skip to contents

Plot simulated variables of filtered HRUs saved in hru_wb_aa with boxplots

Usage

plot_hru_var_aa(sim_verify, lum = NULL, mgt = NULL, soil = NULL)

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()

lum

Optional character vector with landuse.lum labels

mgt

Optional character vector with management labels as defined in management.sch.

soil

Optional character vector with soil type labels as defined in the soil data.

Value

plot_ly multi boxplot figure for all available variables, which are not 0.

Examples

if (FALSE) { # \dontrun{
plot_hru_var_aa(sim_nostress, "wwht_lum")
} # }