View source: R/read_optim_criteria.R
readOptimCriteria | R Documentation |
This function can be used to read the value of the criteria optimized by ANTARES. Notice that these values are only available in "Xpansion" mode or when option "Export mps" is turned on.
readOptimCriteria(opts = simOptions())
opts |
list of simulation parameters returned by the function
|
A table of class antaresDataTable
. It contains the usual columns
timeID
, mcYear
, time
and two columns "criterion1" and
"criterion2" containing the values of the criteria. Time step can be daily
or weekly depending on the optimization options.
## Not run:
setSimulationPath()
optimCriteria <- readOptimCriteria()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.