ic_yr_mo_composite_stat: make monthly composites from image collection

View source: R/ic_yr_mo_composite.R

ic_yr_mo_composite_statR Documentation

make monthly composites from image collection

Description

make monthly composites from image collection

Usage

ic_yr_mo_composite_stat(
  ic,
  month_range = c(1, 12),
  year_range = c(2004, 2005),
  stat = "mean",
  monthly_stat_per = "year"
)

Arguments

ic

ImageCollection

month_range

months to create composites for

year_range

years to consider

stat

statistic/reducer to reduce ImageCollection by

monthly_stat_per

time period to calculate monthly stat over. There are two options: year (default), or range. if year is selected it will calculate each monthly statistic for every year set in year_range. If range is selected it will calculate 1 monthly statistic across all years provided in year_range


impact-initiatives-geospatial/easyrgee documentation built on March 26, 2022, 10:42 p.m.