Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 402 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 402 Bytes

argentina-basins

Map Visualization Using R. River Basins of the Argentine Republic.

You can customize the country by modifying the lines:

country_code <- "AR" # selected country code. ex. AR = Argentina

region_code <- "sa" # selected region code. ex. sa = South America

This code is based on the excellent tutorials provided by @milos_agathon.