st_point_buffer | R Documentation |
ee_point_buffer
st_point_buffer(st, scale = 463.3127, half_win = 1, cellsize = NULL)
st |
A data.frame with the columns at least of |
scale |
in the unit of |
half_win |
half window of the buffer (in grids). window size equals to
|
## Not run:
st <- st_212[, .(site, lon, lat, IGBP)]
st_point_buffer_3by3(st, 500)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.