chmGetTypeInfo {NGCHM} | R Documentation |
Get information about a type name.
Description
This function gets any registered information about a type name used for determining row and column linkouts. Registration of a typename is (currently) not required in order to use it, so it's possible for valid type name not to have any registered information.
Usage
chmGetTypeInfo(typename)
Arguments
typename |
The name of the type. |
Value
Object of class "ngchm.type.info" containing basic information about the type.
See Also
[Package NGCHM version 1.0.3 Index]