theme_jetblack: A jet black theme with inverted colors

Description Usage Arguments Value See Also Examples

View source: R/theme_jetblack.R

Description

A jet black theme with inverted colors

Usage

1
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

theme

Examples

1
2
3
4
library(ggplot2)
p <- ggplot(mtcars, aes(y = mpg, x = disp, color = factor(cyl)))
p <- p + geom_point() + theme_jetblack()
p

nhejazi/nima documentation built on March 10, 2020, 1:10 a.m.