bufferPoint: Create linear ring from point

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/bufferPoint.R

Description

Buffer ring creation from point

Usage

1
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

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

eric-erki/geoknife documentation built on Dec. 31, 2019, 12:54 a.m.