Parameter {gamstransfer}R Documentation

Parameter Class

Description

A class for Parameter objects. This class inherits from an abstract Symbol class.The documentation for methods common to all symbols can be accessed via help(.Symbol). Please visit https://www.gams.com/latest/docs/API_R_GAMSTRANSFER.html for detailed documentation of this package.

Examples

# create a container
m = Container$new()
# add a Parameter
p = Parameter$new(m, "p")
# access records
p_recs = p$records

[Package gamstransfer version 3.0.3 Index]