Description Usage Arguments Details Value Author(s)
Function to create an area for generating sampling points within
1 2 |
region |
the larger area to consider (a |
edgeBuffer |
an optional buffer to exclude edge effects |
roads |
a |
roadBufferMin |
the buffer to exclude around roads (in meters) |
roadBufferMax |
the max distance from roads within which points will be created (in meters) |
exclude |
an optional additional area to exclude as a |
utmZone |
the UTM zone to use for reprojection to UTM |
Regardless of the CRS of the input polygons, thus function internally converts to and returns a polygon in a UTM projection, which is important for distance calculations.
A SpatialPointsDataFrame
containing randomized sampling points
Andy Rominger <ajrominger@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.