From 50b7d30447dd69f032b61df75c77a0848864ba6e Mon Sep 17 00:00:00 2001 From: Luke Hannan Date: Thu, 9 Jan 2025 14:55:08 +0200 Subject: [PATCH] Fix typo in coord_radial documentation (#6277) --- R/coord-radial.R | 2 +- man/coord_polar.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/coord-radial.R b/R/coord-radial.R index 1b4da20a23..d02f88fd11 100644 --- a/R/coord-radial.R +++ b/R/coord-radial.R @@ -4,7 +4,7 @@ #' @param end Position from 12 o'clock in radians where plot ends, to allow #' for partial polar coordinates. The default, `NULL`, is set to #' `start + 2 * pi`. -#' @param expand If `TRUE`, the default, adds a small expansion factor the +#' @param expand If `TRUE`, the default, adds a small expansion factor to #' the limits to prevent overlap between data and axes. If `FALSE`, limits #' are taken directly from the scale. #' @param r.axis.inside One of the following: diff --git a/man/coord_polar.Rd b/man/coord_polar.Rd index 57be882bea..35d9083bfd 100644 --- a/man/coord_polar.Rd +++ b/man/coord_polar.Rd @@ -38,7 +38,7 @@ means no. For details, please see \code{\link[=coord_cartesian]{coord_cartesian( for partial polar coordinates. The default, \code{NULL}, is set to \code{start + 2 * pi}.} -\item{expand}{If \code{TRUE}, the default, adds a small expansion factor the +\item{expand}{If \code{TRUE}, the default, adds a small expansion factor to the limits to prevent overlap between data and axes. If \code{FALSE}, limits are taken directly from the scale.}