theme_comhis: Theme (ggplot) for Helsinki Computational History group

Description Usage Arguments Author(s) Examples

View source: R/theme_comhis.R

Description

Default ggplot theme of Helsinki Computational History group

Usage

1
theme_comhis(type = "invalid", base_size = 20, family = "Helvetica")

Arguments

type

Plot type ("continuous"; "discrete").

base_size

Base size for fonts.

family

Font family.

Author(s)

Abhishekh Gupta, Ville Vaara, Leo Lahti.

Examples

1
2
3
4
5
6
  
  #library(ggplot2)
  #data(iris)
  #p <- ggplot(iris, aes(x = Sepal.Width, y = Sepal.Length)) +
  #  geom_point()
  #p + theme_comhis("continuous")

COMHIS/comhis documentation built on Aug. 15, 2021, 11:07 a.m.