Skip to contents

Set OSPSuite plots option with a given key and value.

Usage

setOspsuite.plots.option(optionKey, value)

Arguments

optionKey

The key for the option.

value

The value for the option.

Examples

if (FALSE) { # \dontrun{
setOspsuite.plots.option(optionKey = OptionKeys$watermark_enabled, value = TRUE)
} # }