returns an option value for a option defined by the package OSPSuite.plots
getOspsuite.plots.option.Rdreturns an option value for a option defined by the package OSPSuite.plots
See also
Other setDefault functions:
Shapes,
colorMaps,
geomPointUnicode(),
getDefaultGeomAttributes(),
getDefaultOptions(),
resetDefaultColorMapDistinct(),
resetDefaultShapeDiscrete(),
resetDefaultTheme(),
resetDefaults(),
setDefaultColorMapDistinct(),
setDefaultShapeDiscrete(),
setDefaultTheme(),
setDefaults(),
setOspsuite.plots.option()
Examples
if (FALSE) { # \dontrun{
# Set the option first before getting it
options(ospsuite.plots.watermarkEnabled = TRUE)
getOspsuite.plots.option(optionKey = OptionKeys$watermarkEnabled)
} # }