surrounding_points: Points along polygon boundary

View source: R/geometrical_functions_sf.R

surrounding_pointsR 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

spNetwork documentation built on Aug. 24, 2023, 5:10 p.m.