getSnnsRDefine
From RSNNS v0.4-12
by Christoph Bergmeir
Get a define of the SNNS kernel
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
Examples
# NOT RUN {
getSnnsRDefine("topologicalUnitTypes",3)
getSnnsRDefine("errorCodes",-50)
# }
Community examples
Looks like there are no examples yet.