diff --git a/R/tm_a_regression.R b/R/tm_a_regression.R index 7accd457f..b5e20f6b1 100644 --- a/R/tm_a_regression.R +++ b/R/tm_a_regression.R @@ -22,7 +22,7 @@ #' 5. Cook's distance #' 6. Residuals vs Leverage #' 7. Cook's dist vs Leverage -#' @param outlier_label_threshold (`numeric`) If scalar then the minimum distance +#' @param label_segment_threshold (`numeric`) If scalar then the minimum distance #' between outlier and label that will generate a line is fixed. #' If a slider should be presented to adjust dynamically, then it can be a vector #' of length 3 with `c(value, min, max)`. diff --git a/man/tm_a_regression.Rd b/man/tm_a_regression.Rd index 4e3f4d0c7..6935530cc 100644 --- a/man/tm_a_regression.Rd +++ b/man/tm_a_regression.Rd @@ -74,7 +74,7 @@ into context. For example the \code{\link[shiny:helpText]{shiny::helpText()}} el \item{default_outlier_label}{optional, (\code{character}) The default column selected to label outliers.} -\item{outlier_label_threshold}{(\code{numeric}) If scalar then the minimum distance +\item{label_segment_threshold}{(\code{numeric}) If scalar then the minimum distance between outlier and label that will generate a line is fixed. If a slider should be presented to adjust dynamically, then it can be a vector of length 3 with \code{c(value, min, max)}.}