R/style.R
demo_theme_ku.Rd
Demonstrate theme_ku compared to other themes with a simple scatter plot (or other of your choice)
demo_theme_ku(plot = NULL)
ggplot2
plot, plot to
use for comparision. (Default: NULL
indicates that
the default scatter plot should be used)
ggplot2
plot comparing
four different themes
if (interactive()) {
demo_theme_ku()
}