Skip to content

Commit

Permalink
Fix #385
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Nov 1, 2023
1 parent 6d87b34 commit d675ae8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/trans.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
#' @param minor_breaks default minor breaks function for this transformation.
#' @param format default format for this transformation. The format is applied
#' to breaks generated on the un-transformed data.
#' @param domain domain, as numeric vector of length 2, over which
#' transformation is valued. The function in the `transform` argument is
#' expected to be able to transform the `domain` argument.
#' @param domain the allowed range of the data to be transformed. The function
#' in the `transform` argument is expected to be able to transform the `domain`
#' argument.
#' @seealso \Sexpr[results=rd,stage=build]{scales:::seealso_trans()}
#' @export
#' @keywords internal
Expand Down
6 changes: 3 additions & 3 deletions man/trans_new.Rd

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

0 comments on commit d675ae8

Please sign in to comment.