Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhodge931 committed Jul 4, 2024
1 parent 5d26baa commit 920c068
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion R/set_blanket.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
#' Set a style
#'
#' @description
#' Set a style by setting a mode, a series of geom and annotate aesthetic defaults, and a col_palette for discrete and continuous scales.
#' Set a style by setting a:
#'
#' * mode
#' * geom defaults, including for annotation
#' * col_palettes for discrete, continuous and ordinal scales.
#'
#' Alternatively, use the `weave_*` functions to only apply a subset of these.
#'
#' @param ... Provided to force user argument naming etc.
#' @param mode A ggplot2 theme (e.g. [light_mode_t()] or [dark_mode_r()]) that anticipates `gg_*` side-effects of removing relevant axis line/ticks and gridlines per the `mode_orientation`.
Expand Down
9 changes: 8 additions & 1 deletion man/set_blanket.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 920c068

Please sign in to comment.