ponderateMcAggregation {antaresRead} | R Documentation |
Mcyear aggregation weigthed by wd
ponderateMcAggregation(x, fun = weighted.mean, ...)
x |
|
fun |
|
... |
|
## Not run:
data <- readAntares(areas = 'all', mcYears = 'all')
ponderateMcAggregation(data, fun = weighted.mean, w = c(.1, .9))
## End(Not run)