powered by
Clean node distribution within or outside of geometry. Optional function for complex geometries.
ThreshPts.2d(coords, thresh, edge)
Coordinate points of valid nodes.
Matrix of new nodes that abide by given threshold rules.
Report identifying with nodes were kept and which were removed.
Nodal coordinates
Threshold for point removal. Ranges include: 500000-50000000
Coordinate points of the initial geometry.
data(polyshape) coords = polyshape$Within thresh = 5000000 edge = polyshape$Line cleanpoly = ThreshPts.2d(coords, thresh, edge)
Run the code above in your browser using DataLab