nodalOptimizationOptions | R Documentation |
Nodal optimization parameters for creating an area
nodalOptimizationOptions( non_dispatchable_power = TRUE, dispatchable_hydro_power = TRUE, other_dispatchable_power = TRUE, spread_unsupplied_energy_cost = 0, spread_spilled_energy_cost = 0, average_unsupplied_energy_cost = 0, average_spilled_energy_cost = 0 )
non_dispatchable_power |
logical, default to FALSE |
dispatchable_hydro_power |
logical, default to FALSE |
other_dispatchable_power |
logical, default to FALSE |
spread_unsupplied_energy_cost |
numeric, default to 0 |
spread_spilled_energy_cost |
numeric, default to 0 |
average_unsupplied_energy_cost |
numeric, default to 0 |
average_spilled_energy_cost |
numeric, default to 0 |
a named list
nodalOptimizationOptions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.