MakeHypercube {cellmigRation} | R Documentation |
Creates a Molten Hypercube with a user-defined number of dimensions. The values supplied by the user are used to fill each dimension. All possible combination of values are included in the resulting hyper cube.
MakeHypercube(vals, dims)
vals |
vector of values used to fill the hyper cube |
dims |
integer indicating the number of dimensions. The resulting molden data frame will have a number of columns equal to dims |
Matrix corresponding to a molten hyper cube. The number of columns is equal to dims; the number of rows is equal to length(vals) ^ dims
Damiano Fantini, damiano.fantini@gmail.com
https://www.data-pulse.com/dev_site/cellmigration/
cellmigRation:::MakeHypercube(seq(1,3,by=1), 3)