Description Usage Arguments Value Examples
getranges()
is a helper function to get the lower/upper bounds of variables in a design matrix, used for rescaling the inputs to the [0,1] hypercube.
1 | getranges(design)
|
design |
An n \times p matrix of input settings |
A p \times 2 matrix with the lower and upper bounds (rounded to nearest integer value) of all p variables in the design matrix.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.