View source: R/make_aggregated_table.R
This function will return a list of length n_years. With Either 12 (by = month
) or 1 (by = year
) elements per element
1 2 3 4 5 6 7 8 9 | make_aggregated_table(
paths,
polygon,
years,
by,
daily_fun,
monthly_fun,
return.list = FALSE
)
|
by |
either "year" or "month". If "year", the raster with the values for one year will be calculated and than the spatial
aggregation (with the function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.