addUserVariable: Adds an user variable to the 'variables' section

View source: R/solution_modifications.R

addUserVariableR Documentation

Adds an user variable to the variables section

Description

Adds an user variable to the variables section

Usage

addUserVariable(sol, id, value, datatype, unit = NULL, description = NULL)

Arguments

sol

solution object

id

id of the variable

value

value of the variable

datatype

of the variable

unit

unit (optional)

description

short description (optional)

Value

modified solution object


simplaceUtil documentation built on Aug. 6, 2024, 3:01 p.m.