remove.near | R Documentation |
Removes points from pts that do not meet a user-specified proximity rule, i.e., tosses out points that are within some specified distance of another point in pts. Note, this function is not necessarily optimized, meaning it may be possible to remove points in a different order that would result in fewer points having to be removed.
remove.near(pts, dist)
pts |
SpatialPointsDataFrame, the input points to thin based on proximity. |
dist |
Scalar, the minimum distance features in pts can be from each other. Unit is meters for projected coordinate systems. |
A SpatialPointsDataFrame with equal or fewer features than pts.
Shannon E. Albeke and Jason D. Carlisle, University of Wyoming
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.