From 4929ae2632f1f779ab3042ceacaf9ca00dfe9aac Mon Sep 17 00:00:00 2001 From: Andrei <92amartins@gmail.com> Date: Thu, 11 Apr 2024 11:49:14 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Barret Schloerke --- R/ggpairs.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/ggpairs.R b/R/ggpairs.R index 5e0789a2..1b10bab4 100644 --- a/R/ggpairs.R +++ b/R/ggpairs.R @@ -608,8 +608,8 @@ ggduo <- function( #' @param upper see Details #' @param lower see Details #' @param diag see Details -#' @param params `r lifecycle::badge("deprecated")` see \code{\link{wrap_fn_with_param_arg}} -#' @param ... `r lifecycle::badge("deprecated")` use \code{mapping} +#' @param params `r lifecycle::badge("deprecated")` See \code{\link{wrap_fn_with_param_arg}} +#' @param ... `r lifecycle::badge("deprecated")` Use \code{mapping} #' @param axisLabels either "show" to display axisLabels, "internal" for labels in the diagonal plots, or "none" for no axis labels #' @param columnLabels label names to be displayed. Defaults to names of columns being used. #' @param proportions Value to change how much area is given for each plot. Either \code{NULL} (default), numeric value matching respective length, \code{grid::\link[grid]{unit}} object with matching respective length or \code{"auto"} for automatic relative proportions based on the number of levels for categorical variables.