Description Usage Arguments Value Examples
Builds a matrix of parameter combinations from a list of alternative values.
1 | buildCombMatrix(alt, returnIndexMatrix = FALSE)
|
alt |
A named list of alternative parameter values |
returnIndexMatrix |
Logical; whether to return a matrix of indices, rather than a data.frame of factors. |
a matrix or data.frame
1 | buildCombMatrix(list(param1=LETTERS[1:3], param2=1:2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.