ee_extract2 | R Documentation |
ee_extract2
ee_extract2(
imgcol,
y,
fun = ee$Reducer$mean(),
scale = NULL,
prefix = "",
outfile = NULL,
lazy = FALSE,
...
)
y |
ee$Geometry$*, ee$Feature, ee$FeatureCollection, sfc or sf objects. |
fun |
ee$Reducer object. Function to summarize the values. The function must take a single numeric value as an argument and return a single value. See details. |
scale |
A nominal scale given in meters of the Image projection to work in. By default 1000. |
lazy |
Logical. If TRUE, a |
... |
ee$Image$reduceRegions additional parameters. See
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.