Description Usage Arguments Value Examples
View source: R/f_plotting_results.R
This function put out modeling results on a grid of bars plots. This grid plot of plots allows to see effectiveness of measures during different time periods. Also allows to compare results of different RCM.
1 | plot_sc_grid_bars(df, param, rcp)
|
df |
Data.frame of imported output.*** SWAT file. Data should be summed to one per scenario and period and showing relative change to baseline. |
param |
String showing, which parameters of df to put on a plot. |
rcp |
String showing, which climate change scenario to use (currently only "rcp45" or "rcp85" available) |
Grid of bar plots
1 | ##plot_sc_grid_bars(df, "NT", "rcp45")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.