Description Usage Arguments Value Examples
Function which unscale a vector between two bounds
1  | unscale.vector(x, binf, bsup)
 | 
x | 
 the vector to unscale  | 
binf | 
 the lower bound  | 
bsup | 
 the upper bound  | 
y the vector unscaled
1 2 3 4 5 6  | ## Not run: 
X <- runif(3)
Y <-unscale.vector(X,rep(10,3),rep(15,3))
print(Y)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.