Pixel-level composite by month
ee_month_composite(x, ...)# S3 method for ee.imagecollection.ImageCollection
ee_month_composite(x, stat, months, ...)
# S3 method for tidyee
ee_month_composite(x, stat, ...)
tidyee class containing ee$Image or ee$ImageCollection with pixels aggregated by month
An earth engine ImageCollection or tidyee class.
extra args to pass on
A character indicating what to reduce the ImageCollection by,
e.g. 'median' (default), 'mean', 'max', 'min', 'sum', 'sd', 'first'.
A vector of months, e.g. c(1, 12).