We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947f5fb commit 69bbd88Copy full SHA for 69bbd88
R/guide-axis.R
@@ -6,6 +6,9 @@
6
#' [scale_(x|y)_discrete()][scale_x_discrete()].
7
#'
8
#' @inheritParams guide_legend
9
+#' @param theme A [`theme`][theme()] object to style the guide individually or
10
+#' differently from the plot's theme settings. The `theme` argument in the
11
+#' guide partially overrides, and is combined with, the plot's theme.
12
#' @param check.overlap silently remove overlapping labels,
13
#' (recursively) prioritizing the first, last, and middle labels.
14
#' @param angle Compared to setting the angle in [theme()] / [element_text()],
0 commit comments