emptyPlot: Returns an empty plot
Description
Returns an empty plot
Usage
emptyPlot(title = "No data to plot", subtitle = "", type = "ggplot")
Value
An empty ggplot object
Arguments
- title
Title to use in the empty plot.
- subtitle
Subtitle to use in the empty plot.
- type
The desired format of the output plot. See plotType()
for
supported plot types.