View source: R/ee_temporal_composites.R
ee_month_composite | R Documentation |
Pixel-level composite by month
ee_month_composite(x, ...) ## S3 method for class 'ee.imagecollection.ImageCollection' ee_month_composite(x, stat, months, ...) ## S3 method for class 'tidyee' ee_month_composite(x, stat, ...)
x |
An earth engine ImageCollection or tidyee class. |
... |
extra args to pass on |
stat |
A |
months |
A vector of months, e.g. c(1, 12). |
tidyee class containing ee$Image
or ee$ImageCollection
with pixels aggregated by month
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.