Skip to content

Commit

Permalink
Fix #393
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Nov 1, 2023
1 parent 40e4425 commit 1a98998
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions R/trans-numeric.R
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ reciprocal_trans <- function() {

#' Reverse transformation
#'
#' reversing transformation works by multiplying the input with -1. This means
#' that reverse transformation cannot easily be composed with transformations
#' that require positive input unless the reversing is done as a final step.
#'
#' @export
#' @examples
#' plot(reverse_trans(), xlim = c(-1, 1))
Expand Down
4 changes: 3 additions & 1 deletion man/reverse_trans.Rd

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

0 comments on commit 1a98998

Please sign in to comment.