Buffer.pts: Square Buffers Around Point Data

View source: R/Spatial.R

Buffer.ptsR Documentation

Square Buffers Around Point Data

Description

Allow for drawing of buffer zones around point-location data for downloading and kriging of spatial data around point-locations. Overlapping individual buffers are merged.

Usage

Buffer.pts(USER_pts, USER_buffer = 0.5)

Arguments

USER_pts

An sf POINT object

USER_buffer

Size of buffer in degrees

Value

An sf polygon made up of individual square buffers around point-location input.

Examples

data("Mountains_df")
User_pts <- Make.SpatialPoints(Mountains_df)
Buffer.pts(User_pts, USER_buffer = 0.5)


ErikKusch/KrigR documentation built on Feb. 17, 2025, 2:09 p.m.