powered by
Nima's ggplot2 theme: black border and no ticks
theme_nima(base_size = 12, base_family = "", ...)nima_theme(base_size = 12, base_family = "", ...)
nima_theme(base_size = 12, base_family = "", ...)
Base font size
Base font family
Passed to theme
theme
An object as returned by theme
# NOT RUN { library(ggplot2) mtcars$cyl <- factor(mtcars$cyl) p <- ggplot(mtcars, aes(y=mpg, x = disp, color = cyl)) p <- p + geom_point() + theme_nima() p # }
Run the code above in your browser using DataLab