Skip to contents

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.

Examples

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