Skip to content

stats4good/s4ggthemes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s4ggthemes

ggplot2 and highcharter themes for the S4G group

Usage

devtools::install_github('stats4good/s4ggthemes')

library(ggplot2)
library(s4ggthemes)

ggplot(mtcars, aes(x = mpg)) + 
  geom_dotplot() +
  theme_veraz()
  
ggplot(mtcars, aes(wt, mpg)) +
  geom_point(color = factor(cyl)) +
  theme_veraz() +
  scale_color_veraz('main', discrete = T)
  
ggplot(mtcars, aes(wt, mpg)) +
  geom_point(color = factor(cyl)) +
  theme_veraz() +
  scale_color_veraz('secondary', discrete = T)
  
ggplot(mpg, aes(class)) +
  geom_bar(aes(fill = drv), position = 'dodge') +
  theme_veraz() +
  scale_fill_veraz(palette = 'secondary')

About

ggplot2 and highcharter themes for the S4G group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages