ee_composite: ee_composite
Usage
ee_composite(x, ...)# S3 method for tidyee
ee_composite(x, stat, ...)
Value
tidyee class containing ee$Image where all images within ee$ImageCollection have been aggregated based on pixel-level stats
Arguments
- x
tidyee object containing ee$ImageCollection
- ...
other arguments
- stat
A character indicating what to reduce the ImageCollection by,
e.g. 'median' (default), 'mean', 'max', 'min', 'sum', 'sd', 'first'.