Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
agrogan1 committed Dec 26, 2023
1 parent 1dc04cb commit a5b2f07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MICS-GII-map/MICS-GII-map.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ library(ggplot2)

library(dplyr)

library(readr)

MICS_GII <- read_csv("MICS-GII-map/MICS-GII.csv")

ggplot(data = ne_countries()) +
geom_sf() +
theme_minimal()
Expand Down

0 comments on commit a5b2f07

Please sign in to comment.