Skip to content

Commit a90e8ed

Browse files
olivroyteunbrand
andauthored
Document splicing argument in theme() (#5790)
* Update theme.R * Update R/theme.R Co-authored-by: Teun van den Brand <[email protected]> * document() --------- Co-authored-by: Teun van den Brand <[email protected]>
1 parent 78a19b6 commit a90e8ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/theme.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
#' switched (`unit`)
195195
#'
196196
#' @param ... additional element specifications not part of base ggplot2. In general,
197-
#' these should also be defined in the `element tree` argument.
197+
#' these should also be defined in the `element tree` argument. [Splicing][rlang::splice] a list is also supported.
198198
#' @param complete set this to `TRUE` if this is a complete theme, such as
199199
#' the one returned by [theme_grey()]. Complete themes behave
200200
#' differently when added to a ggplot object. Also, when setting

man/theme.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)