powered by
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.
noPlot(message = "Nothing to show here!", size = 4.5, ...)
Character. What message do you wish to show?
Numeric. Font size for message input.
message
Additional parameters passed to theme_lares().
theme_lares()
Empty ggplot2 object (with a message if set).
Other Visualization: distr(), freqs_df(), freqs_list(), freqs_plot(), freqs(), plot_chord(), plot_survey(), plot_timeline(), tree_var()
distr()
freqs_df()
freqs_list()
freqs_plot()
freqs()
plot_chord()
plot_survey()
plot_timeline()
tree_var()
# NOT RUN { Sys.unsetenv("LARES_FONT") # Temporal noPlot(message = "No plot to show!") noPlot(background = "#FF5500", size = 7) # }
Run the code above in your browser using DataLab