ThreshPts.2d | R Documentation |
Clean node distribution within or outside of geometry. Optional function for complex geometries.
ThreshPts.2d(coords, thresh, edge)
coords |
Nodal coordinates |
thresh |
Threshold for point removal. Ranges include: 500000-50000000 |
edge |
Coordinate points of the initial geometry. |
Coordinate points of valid nodes.
CleanedNodes |
Matrix of new nodes that abide by given threshold rules. |
NodeReport |
Report identifying with nodes were kept and which were removed. |
data(polyshape) coords = polyshape$Within thresh = 5000000 edge = polyshape$Line cleanpoly = ThreshPts.2d(coords, thresh, edge)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.