themeEmpty: Empty theme ggplot

Description Usage Value Examples

View source: R/plot.R

Description

Removes all text, gridlines, background color etc.

Usage

1

Value

ggtheme

Examples

1
2
3
 ggplot2::ggplot(data.frame(x=rep(c(1, 2, 3, 4, 5), 2), y=1:10, d=rep(c("a", "b"), 5)), ggplot2::aes(x=x, y=y, fill=d))+
  ggplot2::geom_bar(stat="identity", position="dodge")+
  themeEmpty()

mariuslarsson/touRism documentation built on Oct. 3, 2021, 8:30 p.m.