RSNNS (version 0.4-12)

getSnnsRDefine: Get a define of the SNNS kernel

Description

Get a define of the SNNS kernel from a defines-list. All defines-lists present can be shown with RSNNS:::SnnsDefines.

Usage

getSnnsRDefine(defList, defValue)

Arguments

defList

the defines-list from which to get the define from

defValue

the value in the list

Value

a string with the name of the define

See Also

resolveSnnsRDefine

Examples

Run this code
# NOT RUN {
getSnnsRDefine("topologicalUnitTypes",3)
getSnnsRDefine("errorCodes",-50)
# }

Run the code above in your browser using DataCamp Workspace