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 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