All of loon's displays access a set of common options.
This function assigns the value to the named option.
Usage
l_setOption(option, value)
Arguments
- option
the name of the option being set
- value
the value to be assigned to the option. If value == "default",
then the option is set to loon's default value for it.
Examples
l_setOption("select-color", "red")
#> [1] "red"
l_setOption("select-color", "default")
#> [1] "magenta"