add_variable_single: Add single variable to the model
Description
helper for add_variable()
Usage
add_variable_single(model, name, init = NA, desc = "")
Arguments
- model
SFC model object
- name
string name for added variable
- init
numeric initial value, defaults to 1e-05
- desc
string variable description