Skip to contents

Plot Bellman values and water values for differents weeks listed in weeks_to_plot.

Usage

plot_Bellman(value_nodes_dt, weeks_to_plot)

Arguments

value_nodes_dt

A dplyr::tibble() containing the Bellman and water values. Output aggregated_results from Grid_Matrix().

weeks_to_plot

Vector of integer. Weeks to plot.

Value

A ggplot2::ggplot() object.