Remove triangles from tuple matrix that have 1 or more edge that needs to be removed
remove_incomplete_tri(tuples_of_tri, removed_mat)
tuples_of_tri | data frame with tuples of triangle edges and triangle index |
---|---|
removed_mat | edges to be removed |
data frame with tuples of triangle not removed
This function is shared with TCpredictionbands on github: TCpredictionbands.