View source: R/solution_modifications.R
addMemoryOutput | R Documentation |
Any output with the same id will be removed. The added output has no output
variables. One has to add new variables via addOutputVariable
.
addMemoryOutput(
sol,
outputid,
frequence = "DAILY",
rule = NULL,
resetrule = NULL,
cachesize = 10
)
sol |
solution object |
outputid |
id of new output |
frequence |
one of DAILY, YEARLY, BOOLEAN, COMPLEX |
rule |
optional rule, when frequence is BOOLEAN or COMPLEX |
resetrule |
optional resetrule, when frequence is BOOLEAN or COMPLEX |
cachesize |
optional cachesize |
modified solution object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.