fn_plot_impoundment_flux | R Documentation |
Generates a plot of Qin, Qout, percent storage remaining and demand
fn_plot_impoundment_flux(
dat,
pur_col = "pct_use_remain",
Qin_col = "Qin",
Qout_col = "Qout",
wd_col = "demand",
legend_on = TRUE
)
dat |
a zoo series with all relevant columns |
pur_col |
Percent use remaining column |
Qin_col |
Inflow column |
Qout_col |
Outflow column |
wd_col |
Withdrawal column |
legend_on |
Should legend be included on plot? |
plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.