Description Usage Examples
ggplot theme with a clean light colored background
1
theme_two()
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()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.