ee_year_composite {tidyrgee} | R Documentation |
Pixel level composite by year
Description
Pixel level composite by year
Usage
ee_year_composite(x, ...)
## S3 method for class 'ee.imagecollection.ImageCollection'
ee_year_composite(x, stat, year, ...)
## S3 method for class 'tidyee'
ee_year_composite(x, stat, ...)
Arguments
x |
An earth engine ImageCollection or tidyee class. |
... |
other arguments |
stat |
A |
year |
|
Value
tidyee class containing ee$Image
or ee$ImageCollection
with pixels aggregated by year
[Package tidyrgee version 0.1.0 Index]