Ver código fonte

note to self

tags/v0.3.0
Garrick Aden-Buie 7 anos atrás
pai
commit
9c9bdba7fe
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      R/xaringanthemer-package.R

+ 2
- 0
R/xaringanthemer-package.R Ver arquivo

@@ -4,6 +4,8 @@

xaringanthemer_env <- new.env(parent = emptyenv())

# I looked up these ggplot geom aesthetic defaults manually via e.g.
# ggplot2::geom_line()$geom$default_aes
xaringanthemer_env$std_ggplot_defaults <- list(
"line" = list(color = "black"),
"vline" = list(color = "black"),

Carregando…
Cancelar
Salvar