circumcenter_face {ashapesampler} | R Documentation |
circumcenter Face
Description
This function finds the circumcenters of the faces of a simplicial complex given the list of vertex coordinates and the set of faces.
Usage
circumcenter_face(v_list, f_list)
Arguments
v_list |
matrix of vertex coordinates |
f_list |
matrix with 3 columns with face information. |
Value
circ_mat, matrix of coordinates of circumcenters of faces.
[Package ashapesampler version 1.0.0 Index]