gg_bw: Mostly Black and White theme

Description Usage Arguments Value Note Examples

Description

Mostly Black and White theme

Usage

1
gg_bw(base_size = 10)

Arguments

base_size:

position

Value

A theme for ggplot2

Note

print the current environment. package is meant to be used or database. Uses pretty print to get an idea of how crowded is the memory on the system.

Examples

1
2
3
data(mtcars); library(ggplot2)
p <- ggplot(mtcars, aes(x = wt, y = mpg)) + geom_point()
p + gg_bw()

eloualiche/miscr documentation built on May 16, 2019, 3:57 a.m.