ee_month_filter: Filter by Month

View source: R/date_filters.R

ee_month_filterR Documentation

Filter by Month

Description

Filter by Month

Usage

ee_month_filter(imageCol, ...)

## S3 method for class 'ee.imagecollection.ImageCollection'
ee_month_filter(imageCol, stat, months, ...)

## S3 method for class 'exploreList'
ee_month_filter(imageCol, stat, ...)

Arguments

imageCol

An earth engine ImageCollection

...

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

numeric vector, e.g. c(1,12).


joshualerickson/exploreRGEE documentation built on May 9, 2022, 10:33 p.m.