monthlyMODIS: monthly MODIS

Description Usage Arguments Value Author(s) Examples

View source: R/monthlyMODIS.R

Description

Calculates the monthly mean of measures made by NDVI 8 days composite MODIS product

Usage

1
monthlyMODIS(MODISyear, year)

Arguments

MODISyear

Time series of 8 days products of MODIS, a raster stack

year

The year of interest, a numeric value

Value

A 12 layers raster stack of an 8 days composite MODIS product

Author(s)

Klaus W. Wiese Acosta

Examples

1
2
3
4
#Set variables
NDVI_2001 <- stack("NDVI_2001.tiff")

monthlyMODIS(NDVI_2001, 2001)

klauswiese/Forward documentation built on Aug. 5, 2021, 9:48 p.m.