This function creates an empty plot that can be used to display a text message. Intended to be used in a series of plots to indicate that an individual plot cannot be created for some reason and still maintain a plot aesthetic.
emptyPlotMessage(message = "No plot available.")
Character string. Text message to centre on empty plot. Default text is "No plot available."
.
An empty plot with text message.