View source: R/utils-reaborn.R
| rb_blank_panel | R Documentation |
Returns a blank ggplot panel with a centered message, used in place of a
real plot when there are too few valid samples to draw one.
rb_blank_panel(message, title = NULL, msg_color = "red", xlab = "", ylab = "")
message |
The message to display in the middle of the panel |
title |
Optional panel title |
msg_color |
Colour of the message text (default |
xlab, ylab |
Axis labels (default empty) |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.