Skip to contents

Plot mean reward functions for different weeks listed in weeks_to_plot.

Usage

plot_reward(reward_base, weeks_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.

Value

graph

A ggplot2::ggplot() object.

table

A dplyr::tibble() containing plotted data.