View source: R/Plot_functions.R
plot_Bellman | R Documentation |
Plot Bellman and Water values
plot_Bellman( value_nodes_dt, week_number, param = "vu", states_step_ratio = 0.01, bellman_week = NULL, ... )
value_nodes_dt |
A data.table contains the Bellman and water values . Obtained using the function Grid_Matrix() |
week_number |
Numeric of length 1. number of the week to plot. |
param |
string contains the element to plot * "vu" to plot only water values * "b" to plot only bellman values * "both" to plot both water and bellman values Default "vu" |
states_step_ratio |
put the ratio to change reservoir discretization in percent 0.01 to augment by 1% |
bellman_week |
Numeric of length 1. number of the week to plot the correspondent Bellman values. |
... |
further arguments passed to or from other methods. |
a ggplot
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.