Set format options for all subsequent plots unless state a different style in a specific function
setGlobalPlotOptions(style = NULL, type = NULL)Character indicating which style to apply. Options are either
NULL (default ggplot style), or one of our pre-defined styles (refer to the
function plotStyle()).
The desired format of the output plot. See plotType() for
supported plot types.