Learn R Programming

spNetwork (version 0.4.4.6)

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)

Value

A feature collection of points representing the points arrond the polygond

Arguments

polygons

A feature collection of polygons

dist

The distance between the points

Examples

Run this code
#This is an internal function, no example provided

Run the code above in your browser using DataLab