All of loon's displays access a set of common options. This function accesses and returns the default value for the named option.

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

Examples

l_userOptionDefault("background")
#> [1] "white"