add_variable_single {godley}R Documentation

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


[Package godley version 0.2.2 Index]