View source: R/mu_ggplots2_ext.R
theme_nogrid | R Documentation |
A ggplot2 theme based on theme_bw but with no grid lines and axis only on top and bottom
theme_nogrid(base_size = 8, base_family = "Helvetica")
base_size |
base size |
base_family |
base family |
the theme structure
theme_set(theme_nogrid())
dframe <- data.frame(x=runif(100),y=runif(100))
ggplot(dframe,aes(x=x,y=y)) + geom_point()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.