expand_point_grid: Expand list of points for each dimension into a matrix of all combinations
Description
Expand list of points for each dimension into a matrix of all combinations
Usage
expand_point_grid(point_list)
Arguments
point_list
A list of the points in each dimension to include
Value
A matrix with every combination of points for each dimension
Details
The function is similar to the expand.grid
function