From 98bd801904c2325aafd55602bb0982dbd898b74f Mon Sep 17 00:00:00 2001 From: Chester Ismay Date: Thu, 13 Aug 2020 11:38:24 -0700 Subject: [PATCH 1/2] Update limits.r --- R/limits.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/limits.r b/R/limits.r index 9d10c619c2..b860f05936 100644 --- a/R/limits.r +++ b/R/limits.r @@ -100,7 +100,7 @@ ylim <- function(...) { #' Generate correct scale type for specified limits #' -#' @param limits vector of limits +#' @param lims vector of limits #' @param var name of variable #' @keywords internal #' @examples From 4ccbd279ee8186e5195b9cc69d1dd85bfc594c05 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 14 Aug 2020 00:06:53 +0000 Subject: [PATCH 2/2] Document --- man/limits.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/limits.Rd b/man/limits.Rd index bf23494bda..221adad0b4 100644 --- a/man/limits.Rd +++ b/man/limits.Rd @@ -7,9 +7,9 @@ limits(lims, var) } \arguments{ -\item{var}{name of variable} +\item{lims}{vector of limits} -\item{limits}{vector of limits} +\item{var}{name of variable} } \description{ Generate correct scale type for specified limits