bufferPoint: Create linear ring from point

View source: R/util-bufferPoint.R

bufferPointR Documentation

Create linear ring from point

Description

Buffer ring creation from point

Usage

bufferPoint(point)

Arguments

point

A vector of longitude and latitude values

Details

bufferPoint is a function that takes a longitude and latitude pair and creates a buffered ring (i.e., a feature with non-zero area) centered.

Value

A linear ring (with closure) as a numeric vector

Author(s)

Jordan S. Read

See Also

simplegeom

Examples

linearRing = bufferPoint(c(-111.48, 36.95))

geoknife documentation built on July 9, 2023, 5:31 p.m.