Skip to contents

This function creates a ggplot visualization of the ESCO range data, highlighting specific values and limits with horizontal and vertical lines.

Usage

plot_esco_range(sim, obs_wy_ratio, rel_wyr_lim = 0.05)

Arguments

sim

The simulation results water balance data. Including:

precip

Variable out of 'basin_wb_day' output file.

surq_cha

Variable out of 'basin_wb_day' output file.

surq_res

Variable out of 'basin_wb_day' output file.

latq_cha

Variable out of 'basin_wb_day' output file.

latq_res

Variable out of 'basin_wb_day' output file.

qtile

Variable out of 'basin_wb_day' output file.

flo

Variable out of ''basin_aqu_day' output file.

obs_wy_ratio

A numeric value representing the observed water yield ratio.

rel_wyr_lim

A numeric value specifying the relative range for acceptable error.

Value

A ggplot object.

Examples

if (FALSE) {
plot_esco_range(sim_esco, obs_wy_ratio)
}