l_setOption: Set the value of a loon display option

View source: R/l_getOption.R

l_setOptionR Documentation

Set the value of a loon display option

Description

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.

Value

the new value

See Also

l_getOption, l_getOptionNames, l_userOptions, l_userOptionDefault

Examples

l_setOption("select-color", "red")
l_setOption("select-color", "default")


loon documentation built on July 9, 2023, 5:48 p.m.