Theme X blank

themeXblank(...)

Arguments

...

Additional arguments to pass to the theme call from ggplot2.

Value

ggplot2 theme with a blank X axis.

Examples

library(ggplot2) ggplot( iris, aes(Sepal.Length, Sepal.Width) ) + geom_point() + themeXblank()