ExpandGrid {FlexRL} | R Documentation |
ExpandGrid
Description
ExpandGrid
Usage
ExpandGrid(vector1, vector2)
Arguments
vector1 |
first IntegerVector of values to compute the cartesian product |
vector2 |
second IntegerVector of values to compute the cartesian product |
Value
IntegerMatrix: of 2 columns with the cartesian product of vec1 and vec2
[Package FlexRL version 0.1.0 Index]