R/exemplo.R

library(magrittr)
library(ggplot2)




ggplot(data = diamonds) +
  geom_bar(mapping = aes(x = cut, y = ..prop.., group = 1)) +
  tema_abj()
abjur/temaGgplotABJ documentation built on Dec. 31, 2020, 6:41 p.m.