View source: R/transform-numeric.R
transform_reverse | R Documentation |
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.
transform_reverse()
reverse_trans()
plot(transform_reverse(), xlim = c(-1, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.