View source: R/simulated_data_generation.R
matrix_to_simplicial_complex | R Documentation |
Using Rvcg, we turn a matrix into a triangular simplicial complex.
matrix_to_simplicial_complex(matrix, grid_length)
matrix |
(nx3 matrix) The matrix we want to convert into a simplicial complex |
grid_length |
(float): The length of the grid for which the shape is defined on. |
complex (list) : List of metadata about our mesh; the vertex coordinates, edge positions, and face positions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.