Pixel level composite by year
ee_year_composite(x, ...)# S3 method for ee.imagecollection.ImageCollection
ee_year_composite(x, stat, year, ...)
# S3 method for tidyee
ee_year_composite(x, stat, ...)
tidyee class containing ee$Image or ee$ImageCollection with pixels aggregated by year
An earth engine ImageCollection or tidyee class.
other arguments
A character indicating what to reduce the ImageCollection by,
e.g. 'median' (default), 'mean', 'max', 'min', 'sum', 'sd', 'first'.
numeric vector containing years (i.e c(2001,2002,2003))