MakeHypercube: Make Hypercube

Description Usage Arguments Value Author(s) References Examples

View source: R/all_functions_v8.R

Description

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.

Usage

1
MakeHypercube(vals, dims)

Arguments

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

Value

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

Author(s)

Damiano Fantini, damiano.fantini@gmail.com

References

https://www.data-pulse.com/dev_site/cellmigration/

Examples

1

ocbe-uio/cellmigRation documentation built on Dec. 16, 2021, 10:59 p.m.