temporalAggregation: Temporal aggregation

Description Usage Arguments Author(s) Examples

View source: R/temporalAggregation.R

Description

The function is a wrapper arround MODIS::temporalComposit. It is hardly usefull since it only adds the writing.

Usage

1
2
3
temporalAggregation(rstack, rstack_doy, pos1 = 10, pos2 = 16,
  outputfilepathes, interval = "fortnight", fun = max, na.rm = TRUE,
  cores = 4L)

Arguments

rstack

Raster stack of MODIS composite files

rstack_doy

Raster stack of associated day of year information to rstack

pos1

Start position of date information in names(rstack) (format: YYYYJJJ)

pos2

End position of date information in names(rstack) (format: YYYYJJJ)

outputfilepathes

Full path and names of all output layers to be written to disk

interval

Aggregation interval (see MODIS::temporalComposite),

fun

Aggregation function (see MODIS::temporalComposite)

na.rm

NA handling (see MODIS::temporalComposite)

cores

Paralleliziation (see MODIS::temporalComposite)

Author(s)

Santwoski, A. & C. Weber

Examples

1
2
3
4
5
6
## Not run: 
temporalAggregation(rstack, rstack_doy, layer_dates, outputfilepathes,
interval = "fortnight", fun = max, na.rm = TRUE,
cores = 4L)

## End(Not run)

marburg-open-courseware/beechForestDynamics documentation built on May 7, 2019, 3:14 p.m.