Buffer.pts | R Documentation |
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.
Buffer.pts(USER_pts, USER_buffer = 0.5)
USER_pts |
An sf POINT object |
USER_buffer |
Size of buffer in degrees |
An sf polygon made up of individual square buffers around point-location input.
data("Mountains_df")
User_pts <- Make.SpatialPoints(Mountains_df)
Buffer.pts(User_pts, USER_buffer = 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.