ee_composite {tidyrgee}R Documentation

ee_composite

Description

ee_composite

Usage

ee_composite(x, ...)

## S3 method for class 'tidyee'
ee_composite(x, stat, ...)

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'.

Value

tidyee class containing ee$Image where all images within ee$ImageCollection have been aggregated based on pixel-level stats


[Package tidyrgee version 0.1.0 Index]