中国地图

中国地图简单代码

library(cnmap) #install.packages("cnmap")
library(tidyverse)


getMap(subRegion = T) %>% 
  ggplot()+
  theme_minimal()+
  geom_sf()