meshgridn {AtmRay} | R Documentation |
Inputs a list of vectors, and returns a list of vectors such that every possible combination of input vector values occurs once in the output.
meshgridn(L)
L |
list of vectors |
List of vectors of equal length such that each combination of elements drawn from the input vectors occurs exactly once in the output list.
Jake Anderson
meshgridn(list(1:5, 10:12, 100:104))