Skip to contents

Plot reward functions for different weeks listed in weeks_to_plot and different scenarios listed in scenarios_to_plot.

Usage

plot_reward_mc(reward_base, weeks_to_plot, scenarios_to_plot)

Arguments

reward_base

A dplyr::tibble() containing reward functions. Output reward from get_Reward().

weeks_to_plot

Vector of integer. Weeks to plot.

scenarios_to_plot

Vector of integer. Scenarios to plot.

Value

graph

A ggplot2::ggplot() object.

table

A dplyr::tibble() containing plotted data.