ee_month_composite {tidyrgee}R Documentation

Pixel-level composite by month

Description

Pixel-level composite by month

Usage

ee_month_composite(x, ...)

## S3 method for class 'ee.imagecollection.ImageCollection'
ee_month_composite(x, stat, months, ...)

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

Arguments

x

An earth engine ImageCollection or tidyee class.

...

extra args to pass on

stat

A character indicating what to reduce the ImageCollection by, e.g. 'median' (default), 'mean', 'max', 'min', 'sum', 'sd', 'first'.

months

A vector of months, e.g. c(1, 12).

Value

tidyee class containing ee$Image or ee$ImageCollection with pixels aggregated by month


[Package tidyrgee version 0.1.0 Index]