Description Usage Arguments Value See Also
View source: R/getStatsAroundPoint.R
This is applies raster::extract()
but does some checking on the projection
of the inputs. Set d=0
to get value at the points.
1 | getStatsAroundPoint(p, r, d = 100, na.rm = FALSE)
|
p |
the points as a |
r |
the raster as a |
d |
distance to average around the point. Distance is in the units of the points and raster objects |
na.rm |
whether to remove NAs in the raster when computing the average |
raster values around the points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.