themeXblank {UMI4Cats} | R Documentation |
Theme X blank
themeXblank(...)
... |
Additional arguments to pass to the theme call from ggplot2. |
ggplot2 theme with a blank X axis.
library(ggplot2) ggplot( iris, aes(Sepal.Length, Sepal.Width) ) + geom_point() + themeXblank()