add_equation_single {godley} | R Documentation |
Add single equation to the model
Description
helper for add_equation()
Usage
add_equation_single(model, equation, hidden = FALSE, desc = "")
Arguments
model |
SFC model object |
equation |
string equation in format: 'x = y + z - a * b + (c + d) / e + f[-1]' |
logical, indicates if equation should be written as hidden, defaults to FALSE | |
desc |
string equation description |
[Package godley version 0.2.2 Index]