surrounding_points {spNetwork} | R Documentation |
Points along polygon boundary
Description
Generate a feature collection of points by placing points along the border of polygons of a feature collection.
Usage
surrounding_points(polygons, dist)
Arguments
polygons |
A feature collection of polygons |
dist |
The distance between the points |
Value
A feature collection of points representing the points arrond the polygond
Examples
#This is an internal function, no example provided
[Package spNetwork version 0.4.4.6 Index]