SpecialValues | R Documentation |
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.
SpecialValues
An object of class list
of length 10.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.