expand_point_grid {hdf5r}R Documentation

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

Details

The function is similar to the expand.grid function

Value

A matrix with every combination of points for each dimension

Author(s)

Holger Hoefling


[Package hdf5r version 1.3.11 Index]