Description Usage Arguments Value Examples
Rescale vector to desired range.
1 | rescale.to.range2(x, L, H)
|
x |
vector |
L |
Lower limit |
H |
Upper limit |
A vector
1 2 3 4 | ## Not run:
rescale.to.range2(seq(1, 20), 100, 200)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.