Learn R Programming

loon (version 1.4.1)

l_getOption: 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)

Value

the value of the named option.

Arguments

option

the name of the option being queried.

See Also

l_getOptionNames, l_userOptions, l_userOptionDefault, l_setOption

Examples

Run this code
l_getOption("background")

Run the code above in your browser using DataLab