theme_two: Theme two

Description Usage Examples

Description

ggplot theme with a clean light colored background

Usage

1

Examples

1
2
3
4
5
test<- data.frame(x=1:10,y=rnorm(10),type=rbinom(10,1,0.3))

ggplot(test,aes(x=x,y=y,colour=type))+
  geom_point()+
  theme_two()

srfall/themes-and-colors documentation built on March 13, 2021, 6:56 p.m.