Returns an empty plot
Arguments
- title
Title to use in the empty plot.
- subtitle
Subtitle to use in the empty plot.
- type
Character string indicating the output plot format. See
plotType()for the list of supported plot types. Iftype = NULL, the function will use the global setting defined viasetGlobalPlotOptions()(if available); otherwise, a standardggplot2plot is produced by default.- style
Visual theme to apply. Character, or
NULL. If a character, this may be either the name of a built-in style (seeplotStyle()), or a path to a.ymlfile that defines a custom style. IfNULL, the function will use the explicit default style, unless a global style option is set (seesetGlobalPlotOptions()), or a_brand.ymlfile is present (in that order). Refer to the package vignette on styles to learn more.

