Description Usage Arguments Value See Also Examples
Nima's ggplot2 theme: white background, colors optimized
1 2 3  | theme_nima(base_size = 14, base_family = "Helvetica")
nima_theme(base_size = 14, base_family = "Helvetica")
 | 
base_size | 
 Base font size  | 
base_family | 
 Base font family  | 
An object as returned by theme
1 2 3 4 5  | library(ggplot2)
p <- ggplot(mtcars, aes(y = mpg, x = disp, color = factor(cyl)))
p <- p + geom_point() + scale_fill_nima() + scale_color_nima()
p <- p + theme_nima()
p
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.