Skip to contents

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]'

hidden

logical, indicates if equation should be written as hidden, defaults to FALSE

desc

string equation description