Skip to contents

should be started at the beginning at each workflow

Usage

setDefaults(
  defaultOptions = list(),
  colorMapList = NULL,
  shapeValues = NULL,
  pointAsUnicode = FALSE
)

Arguments

defaultOptions

list of options

colorMapList

list of color maps

shapeValues

list of Shapes

pointAsUnicode

A flag to switch between mode for geom_point, if TRUE points will be plotted as unicode labels

Value

list of old settings which can be used to reset defaults with resetDefaults()

Details

for detailed information see vignette("ospsuite.plots", package = "ospsuite.plots")