From ffc007f980a9ac92fee9cc4b41ae426860c2954a Mon Sep 17 00:00:00 2001 From: jbengler Date: Sat, 8 Nov 2025 00:46:00 +0100 Subject: [PATCH 1/2] Fix typo in docs --- R/facet-wrap.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/facet-wrap.R b/R/facet-wrap.R index 51fccb37b7..0e167d7451 100644 --- a/R/facet-wrap.R +++ b/R/facet-wrap.R @@ -40,7 +40,7 @@ NULL #' `"all_x"` and `"all_y"` will draw the respective axes at the interior #' panels too, whereas `"all"` will draw all axes at all panels. #' @param axis.labels Determines whether to draw labels for interior axes when -#' the scale is fixed and the `axis` argument is not `"margins"`. When +#' the scale is fixed and the `axes` argument is not `"margins"`. When #' `"all"` (default), all interior axes get labels. When `"margins"`, only #' the exterior axes get labels, and the interior axes get none. When #' `"all_x"` or `"all_y"`, only draws the labels at the interior axes in the From 1315fd3f8cf5b1eb31c11c053cd9b3d4ce33da6d Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Fri, 14 Nov 2025 11:33:52 +0100 Subject: [PATCH 2/2] `devtools::document()` --- man/facet_wrap.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/facet_wrap.Rd b/man/facet_wrap.Rd index 10302c35f4..ec41aca41d 100644 --- a/man/facet_wrap.Rd +++ b/man/facet_wrap.Rd @@ -93,7 +93,7 @@ When \code{"margins"} (default), axes will be drawn at the exterior margins. panels too, whereas \code{"all"} will draw all axes at all panels.} \item{axis.labels}{Determines whether to draw labels for interior axes when -the scale is fixed and the \code{axis} argument is not \code{"margins"}. When +the scale is fixed and the \code{axes} argument is not \code{"margins"}. When \code{"all"} (default), all interior axes get labels. When \code{"margins"}, only the exterior axes get labels, and the interior axes get none. When \code{"all_x"} or \code{"all_y"}, only draws the labels at the interior axes in the