plot_sc_grid_bars: Function to plot grid of bars plots comparing scenarios of...

Description Usage Arguments Value Examples

View source: R/f_plotting_results.R

Description

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.

Usage

1
plot_sc_grid_bars(df, param, rcp)

Arguments

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)

Value

Grid of bar plots

Examples

1
##plot_sc_grid_bars(df, "NT", "rcp45")

biopsichas/swattools documentation built on May 27, 2021, 6:17 p.m.