theme_hanno: This is my ggplot theme

View source: R/theme_hanno.R

theme_hannoR Documentation

This is my ggplot theme

Description

This is my ggplot theme

Usage

theme_hanno(fontsize = 15, facet_alt = F)

Arguments

fontsize

Selecte fontsize, default is 15

facet_alt

Facet strips with white BG

Value

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

Examples

ggplot(iris, aes(x = Sepal.Length, y = Sepal.Width)) +
geom_point() +
theme_hanno(fontsize = 15)



hhilbig/haschaR documentation built on Dec. 26, 2024, 5:40 a.m.