Plot inflows and/or outflows
plot_flows.Rd
Plot inflows and/or outflows
Usage
plot_flows(aeme, flow = c("inflow", "outflow"), var_sim = "HYD_flow")
Examples
aeme_file <- system.file("extdata/aeme.rds", package = "AEME")
aeme <- readRDS(aeme_file)
plot_flows(aeme = aeme)