Description Usage Arguments Value Author(s) References Examples
View source: R/all_functions_v8.R
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.
1 | 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/
1 | cellmigRation:::MakeHypercube(seq(1,3,by=1), 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.