Skip to contents

returns an option value for a option defined by the package OSPSuite.plots

Usage

getOspsuite.plots.option(optionKey)

Arguments

optionKey

identifier of option

Value

option value

Examples

if (FALSE) { # \dontrun{
# Set the option first before getting it
options(ospsuite.plots.watermarkEnabled = TRUE)
getOspsuite.plots.option(optionKey = OptionKeys$watermarkEnabled)
} # }