View source: R/aggregate_to_adm.R
aggregate_to_adm | R Documentation |
aggregate_to_adm
aggregates gridded results of an alternative model specified by alt_param
to the administrative unit level determined by adm_level
of the target model specified by param
.
The model described by alt_param
must be identical to the target model apart from the adm_level
parameter, which is set to a less-detailed level. A comparison of the output of aggregate_to_adm
with
subnational information at the most detailed level available is a validation of the alternative model and,
indirectly, also of the target model.
aggregate_to_adm(param, alt_param)
param |
Object of type |
alt_param |
Object of type spamc_par that bundles all |
data.frame with mapspamc
results aggregated to the administrative unit level specified in
alt_param
.
## Not run:
aggregate_to_adm(param, alt_param)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.