theme_megan: Megan's ggplot2 theme

Description Usage Arguments Value See Also Examples

Description

Megan's ggplot2 theme: black border, no ticks, subtile grid lines.

Usage

1
2
3
theme_megan(base_size = 11, base_family = "", ...)

megan_theme(base_size = 11, base_family = "", ...)

Arguments

base_size

Base font size

base_family

Base font family

...

Passed to theme

Value

An object as returned by theme

See Also

theme

Examples

1
2
3
library(ggplot2)
ggplot(mtcars, aes(y=mpg, x=disp, colour=factor(cyl))) +
    geom_point() + theme_megan()

biogeochem/biogeochemthemes documentation built on May 1, 2020, 5:16 a.m.