powered by
Function which unscale a vector between two bounds
unscale.vector(x, binf, bsup)
the vector to unscale
the lower bound
the upper bound
y the vector unscaled
# NOT RUN { X <- runif(3) Y <-unscale.vector(X,rep(10,3),rep(15,3)) print(Y) # }
Run the code above in your browser using DataLab