Learn R Programming

molaR (version 4.5)

edge_vertices: Function for finding the edge vertices

Description

Function will sort through all the vertices of the surface and find the ones which are on the edge. This will be needed for identifying which should be masked and not inlcuded in the calculation of the final DNE value.

Usage

edge_vertices(plyFile)

Arguments

plyFile

a stanford PLY file

edge_vertices()