resolveSnnsRDefine
From RSNNS v0.4-12
by Christoph Bergmeir
Resolve a define of the SNNS kernel
Resolve a define of the SNNS kernel using a defines-list.
All defines-lists present can be shown with RSNNS:::SnnsDefines
.
Usage
resolveSnnsRDefine(defList, def)
Arguments
- defList
the defines-list from which to resolve the define from
- def
the name of the define
Value
the value of the define
See Also
Examples
# NOT RUN {
resolveSnnsRDefine("topologicalUnitTypes","UNIT_HIDDEN")
# }
Community examples
Looks like there are no examples yet.