Skip to content

Commit

Permalink
fix: corrects name of parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 23, 2024
1 parent d051b92 commit 700e45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/tm_a_regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)`.
Expand Down
2 changes: 1 addition & 1 deletion man/tm_a_regression.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 700e45f

Please sign in to comment.