Learn R Programming

geoknife (version 1.6.11)

bufferPoint: Create linear ring from point

Description

Buffer ring creation from point

Usage

bufferPoint(point)

Value

A linear ring (with closure) as a numeric vector

Arguments

point

A vector of longitude and latitude values

Author

Jordan S. Read

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.

See Also

simplegeom

Examples

Run this code
linearRing = bufferPoint(c(-111.48, 36.95))

Run the code above in your browser using DataLab