theme_jetblack {nima} | R Documentation |
A jet black theme with inverted colors
Description
A jet black theme with inverted colors
Usage
theme_jetblack(base_size = 12, base_family = "")
Arguments
base_size |
Base font size |
base_family |
Base font family |
Value
An object as returned by theme
See Also
Examples
library(ggplot2)
p <- ggplot(mtcars, aes(y = mpg, x = disp, color = factor(cyl)))
p <- p + geom_point() + theme_jetblack()
p
[Package nima version 0.6.2 Index]