View source: R/solution_modifications.R
setInputValueForCategory | R Documentation |
It's main use is to change consistently inputs of all transformers,
e.g. layerthickness
. It can also be used to set sim component inputs
to a fixed value.
setInputValueForCategory(sol, category, id, value, datatype = NULL)
sol |
solution object |
category |
tag of categories containing inputs, e.g. |
id |
id of the input |
value |
new value |
datatype |
datatype (optional) |
modified solution object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.