Learn R Programming

lares (version 4.4)

noPlot: Plot Result with Nothing to Plot

Description

This function lets the user print a plot without plot, with a customizable message. It is quite useful for Shiny renderPlot when using filters and no data is returned.

Usage

noPlot(message = "Nothing to show here!")

Arguments

message

Character. What message do you wish to show?