Skip to content

Commit 033fb52

Browse files
Henrik-Pyutannihilation
Henrik-P
authored andcommitted
Complete list of built-in transformations derived from scales::name_trans (#3148)
1 parent 7bafc45 commit 033fb52

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed

R/scale-.r

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,9 @@ ScaleDiscrete <- ggproto("ScaleDiscrete", Scale,
537537
#' @param na.value Missing values will be replaced with this value.
538538
#' @param trans Either the name of a transformation object, or the
539539
#' object itself. Built-in transformations include "asn", "atanh",
540-
#' "boxcox", "exp", "identity", "log", "log10", "log1p", "log2",
541-
#' "logit", "probability", "probit", "reciprocal", "reverse" and "sqrt".
540+
#' "boxcox", "date", "exp", "hms", "identity", "log", "log10", "log1p", "log2",
541+
#' "logit", "modulus", "probability", "probit", "pseudo_log", "reciprocal",
542+
#' "reverse", "sqrt" and "time".
542543
#'
543544
#' A transformation object bundles together a transform, its inverse,
544545
#' and methods for generating breaks and labels. Transformation objects

man/continuous_scale.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_continuous.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_gradient.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/scale_size.Rd

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)