circumcenter_face | R Documentation |
This function finds the circumcenters of the faces of a simplicial complex given the list of vertex coordinates and the set of faces.
circumcenter_face(v_list, f_list)
v_list |
matrix of vertex coordinates |
f_list |
matrix with 3 columns with face information. |
circ_mat, matrix of coordinates of circumcenters of faces.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.