Description Usage Arguments Details Value
rescale
rescales a value from a specified input range to a specified
output range.
1 | rescale(Value, FromRange, ToRange)
|
Value |
a numeric value to be rescaled from the input range to the output range. |
FromRange |
a numeric vector of length 2 in which the first value is the minimum value in the range and the second value is the maximum value in the range. |
ToRange |
a numeric vector of length 2 in which the first value is the minimum value in the range and the second value is the maximum value in the range. |
This function rescales a value from a specified input range to a specified output range. The default output range is 0 to 100 because that is the range used to represent concepts in FSDM models.
A numeric value in the output range.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.