Skip to contents

Plot tile drain flow histogram and distribution curve

Usage

plot_qtile(
  sim_verify,
  exclude_lum = c("urhd_lum", "urmd_lum", "urml_lum", "urld_lum", "ucom_lum", "uidu_lum",
    "utrn_lum", "uins_lum", "urbn_lum")
)

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

exclude_lum

Character vector to define land uses which are excluded in the printed table.

Value

Returns ggplot object with histogram and density curve for tile drain from distribution.

Examples

if (FALSE) { # \dontrun{
plot_qtile(sim_nostress)
} # }