ee_year_month_composite {tidyrgee} | R Documentation |
Pixel-level composite by year and month
Description
Pixel-level composite by year and month
Usage
ee_year_month_composite(x, ...)
## S3 method for class 'ee.imagecollection.ImageCollection'
ee_year_month_composite(x, stat, startDate, endDate, months, ...)
## S3 method for class 'tidyee'
ee_year_month_composite(x, stat, ...)
Arguments
x |
An earth engine ImageCollection or tidyee class. |
... |
args to pass on. |
stat |
A |
startDate |
|
endDate |
|
months |
|
Value
tidyee class containing ee$Image
or ee$ImageCollection
with pixels aggregated by year and month
[Package tidyrgee version 0.1.0 Index]