Browse Source

note to self

tags/v0.3.0
Garrick Aden-Buie 7 years ago
parent
commit
9c9bdba7fe
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      R/xaringanthemer-package.R

+ 2
- 0
R/xaringanthemer-package.R View File



xaringanthemer_env <- new.env(parent = emptyenv()) 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( xaringanthemer_env$std_ggplot_defaults <- list(
"line" = list(color = "black"), "line" = list(color = "black"),
"vline" = list(color = "black"), "vline" = list(color = "black"),

Loading…
Cancel
Save