buildCombMatrix {pipeComp} | R Documentation |
Builds a matrix of parameter combinations from a list of alternative values.
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
buildCombMatrix(list(param1=LETTERS[1:3], param2=1:2))