theme_hanno: This is my ggplot theme

Description Usage Arguments Value Examples

View source: R/theme_hanno.R

Description

This is my ggplot theme

Usage

1
theme_hanno(fontsize = 15, font = "default")

Arguments

fontsize

Selecte fontsize, default is 15

font

Selected font. Either 'default' or 'frutiger'.

Value

This is a custom ggplot theme. You can change the font size and the font family.

Examples

1
2
3
ggplot(iris, aes(x = Sepal.Length, y = Sepal.Width)) +
geom_point() +
theme_hanno(fontsize = 15, font = 'frutiger')

hhilbig/hannostuff2 documentation built on Oct. 28, 2019, 8:47 p.m.