diff --git a/R/alignpatch-inset.R b/R/alignpatch-inset.R index 08b1b89..3cf1828 100644 --- a/R/alignpatch-inset.R +++ b/R/alignpatch-inset.R @@ -141,7 +141,7 @@ patch.patch <- function(x, ...) { } #' @inherit patch.grob -#' @inheritDotParams graphics::par -no.readonly +#' @param ... Graphical Parameters passed on to [par()][graphics::par]. #' @inheritParams gridGraphics::echoGrob #' @seealso [plot] #' @export diff --git a/man/patch.formula.Rd b/man/patch.formula.Rd index 3fe9178..ced14ff 100644 --- a/man/patch.formula.Rd +++ b/man/patch.formula.Rd @@ -12,11 +12,7 @@ \arguments{ \item{x}{An object to be converted into a \link[grid:grid.grob]{grob}.} -\item{...}{ - Arguments passed on to \code{\link[graphics:par]{graphics::par}} - \describe{ - \item{\code{}}{} - }} +\item{...}{Graphical Parameters passed on to \link[graphics:par]{par()}.} \item{device}{ A function that opens a graphics device for \code{grid.echo()} to