Description Usage Arguments Value See Also Examples
View source: R/maths_functions.R
Transforms a given value from between -Inf and Inf to xmin and xmax
| 1 | transform_logistic(x, xmin, xmax)
 | 
| x | numeric value to be scaled | 
| xmin | numeric value representing the lower bound of the new scale | 
| xmax | numeric value representing the upper bound of the new scale | 
numeric value with the converted input
transform_logit inverse function
| 1 | transform_logistic(5,3,10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.