Maps

Produce two global maps together with some other information about the sample.

source('scripts/preprocess_for_maps.R')    # prepare country information  
Linking to GEOS 3.11.0, GDAL 3.5.3, PROJ 9.1.0; sf_use_s2() is TRUE
source('scripts/WEIRD_map.R')              # Extra plot
Warning: Some values were not matched unambiguously: Europe, NA, online

source('scripts/visualise_on_map.R')       # Figure 1
Warning: Some values were not matched unambiguously: Europe, NA, online

Back to top