SpecialValues {gamstransfer}R Documentation

SpecialValues list object

Description

This list contains GAMS special values and helper functions to check if a given value is a GAMS special value. Please visit https://www.gams.com/latest/docs/API_R_GAMSTRANSFER.html for detailed documentation of this package.

Usage

SpecialValues

Format

An object of class list of length 10.

Examples

# check the value of GAMS special value NA
NA_val = SpecialValues[["NA"]]
# check the value of GAMS special value EPS
EPS_val = SpecialValues[["EPS"]]
# check if a value is GAMS special value `NA`
isNA_check = SpecialValues$isNA(0)

[Package gamstransfer version 3.0.3 Index]