theme_kateri: Kateri's ggplot2 theme

Description Usage Arguments Value See Also Examples

View source: R/theme_kateri.R

Description

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

Usage

1
2
3
theme_kateri(base_size = 16, base_family = "", ...)

kateri_theme(base_size = 16, 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_kateri()

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