Skip to contents

Returns an empty plot

Usage

emptyPlot(title = "No data to plot", subtitle = "", type = "ggplot")

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.

Value

An empty ggplot object

Examples

emptyPlot()