View source: R/ponderateMcAggregation.R
ponderateMcAggregation | R Documentation |
Mcyear aggregation weigthed by wd
ponderateMcAggregation(x, fun = weighted.mean, ...)
x |
|
fun |
|
... |
|
Object of class "antaresDataTable".
## Not run:
data <- readAntares(areas = 'all', mcYears = 'all')
ponderateMcAggregation(data, fun = weighted.mean, w = c(.1, .9))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.