l_getOption: Get the value of a loon display option

View source: R/l_getOption.R

l_getOptionR Documentation

Get the value of a loon display option

Description

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

Usage

l_getOption(option)

Arguments

option

the name of the option being queried.

Value

the value of the named option.

See Also

l_getOptionNames, l_userOptions, l_userOptionDefault, l_setOption

Examples

l_getOption("background")


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