# three conditions with two levels each
allExpressions(noflevels = rep(2, 3))
# three conditions with three levels each
allExpressions(noflevels = rep(3, 3))
# arranged differently
allExpressions(noflevels = rep(3, 3), arrange = TRUE)
# with "don't care" indicator
allExpressions(noflevels = rep(3, 3), raw = TRUE)
Run the code above in your browser using DataLab