args_ofat {reval} | R Documentation |
One Factor At a Time Argument Set
Description
Generate an argument table based on OFAT.
Usage
args_ofat(...)
Arguments
... |
Named arguments to a function. |
Value
A tibble of argument combinations.
Examples
args_ofat(x = 1:5, y = 1:3)
args_ofat(x = 1:3, y = 1:3, z = 1:3)
[Package reval version 3.1-0 Index]