l_userOptionDefault {loon} | R Documentation |
Get loon's system default value for the named display option.
Description
All of loon's displays access a set of common options. This function accesses and returns the default value for the named option.
Usage
l_userOptionDefault(option)
Arguments
option |
the name of the user changeable loon display option whose default value is to be determined. |
Value
the default value for the named option
See Also
l_getOptionNames
, l_getOption
,
l_userOptionDefault
, l_userOptions
Examples
l_userOptionDefault("background")
[Package loon version 1.4.1 Index]