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.
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!",
size = 4,
font = Sys.getenv("LARES_FONT")
)
noPlot(
message = "Nothing to show here!",
size = 4,
font = Sys.getenv("LARES_FONT")
)
# NOT RUN {Sys.unsetenv("LARES_FONT") # TemporalnoPlot(message = "No plot to show!")
Sys.unsetenv("LARES_FONT") # TemporalnoPlot(message = "No plot to show!")
# }