Description Usage Arguments Value
Aggregate to a lower resolution
1 2 | vx_aggregate(s, factor, mem_share = 0.5, n_cores = NULL,
aggtype = "mean", mem_of_total = FALSE)
|
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)? |
RasterStack
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.