theme_scientific: Theme 'scientific'

Description Usage Arguments Value Examples

View source: R/themes.R

Description

Theme 'scientific'

Usage

1
theme_scientific(base_size = 12)

Arguments

base_size

base font size, given in pts.

Value

ggplot2 theme

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(ggplot2)
ggplot(data = mtcars, aes(x = cyl)) +
  geom_bar(aes(y = ..count..,fill = as.character(cyl)))+
  theme_scientific()+
  scale_fill_mpi()
  
## End(Not run)

Ehyaei/MPIThemes documentation built on Jan. 13, 2022, 7:28 p.m.