Learn R Programming

spNetwork (version 0.4.3)

surrounding_points: 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

Run this code
# NOT RUN {
#This is an internal function, no example provided
# }

Run the code above in your browser using DataLab