Create a Bangladeshi migration map with 50+ demo data points, showing migration between major districts or cities, with distances and a visualization in R.
Overview:
- Region: Bangladesh
- Demo data: 50 random migration paths (origin → destination)
- Plot: Static map using ggplot2, with arcs and distances
Install Packages:
- ggplot2
- geosphere
- dplyr
- maps
- mapdata
