Learn R Programming

tidyrgee (version 0.1.1)

ee_month_composite: Pixel-level composite by month

Description

Pixel-level composite by month

Usage

ee_month_composite(x, ...)

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

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

Value

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

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