View source: R/aggregateGrid.R
timeAggregation | R Documentation |
Aggregate a grid along its time dimension
timeAggregation(
grid,
aggr.type = c("DD", "MM", "YY"),
aggr.fun,
parallel,
max.ncores,
ncores
)
grid |
A multimember grid to apply the aggregation |
aggr.type |
Character string indicating the type of temporal aggregation:
daily ( |
aggr.fun |
One of |
parallel.pars |
Arguments defining the parallelization options, as passed by |
J. Bedia, M. Iturbide, M. de Felice
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.