code2nat | R Documentation |
Input values from the interval from zero to one, i.e., normalized values, are mapped to the interval from a to b.
code2nat(x, a, b)
x |
|
a |
|
b |
|
x <- matrix(runif(10),2) a <- c(-1,1,2,3,4) b <- c(1,2,3,4,5) R <- code2nat(x,a,b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.