A theme similar to theme_new() but with strip text removed, useful for multi-panel plots.
Examples
if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_nolabel()
} # }
A theme similar to theme_new() but with strip text removed, useful for multi-panel plots.
if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point() +
theme_nolabel()
} # }