中国地图简单代码 下面是最简代码: library(cnmap) library(tidyverse) getMap(subRegion = TRUE) %>% ggplot() + geom_sf() + theme_minimal() 查看完整报告