vx_aggregate: Aggregate to a lower resolution

Description Usage Arguments Value

View source: R/vx_aggregate.R

Description

Aggregate to a lower resolution

Usage

1
2
vx_aggregate(s, factor, mem_share = 0.5, n_cores = NULL,
  aggtype = "mean", mem_of_total = FALSE)

Arguments

s

Input RasterStack.

factor

Aggregation factor.

mem_share

Share of memory to be used

n_cores

Number of cores used for parallel processing. Default is NULL, indicating no parallelization.

aggtype

Type of aggregation. See ?VeloxRaster_aggregate

mem_of_total

Is 'mem_share' specified as share of total memory (instead of currently available)?

Value

RasterStack


juoe/vxr documentation built on April 24, 2020, 12:56 a.m.