• Skip to primary navigation
  • Skip to content
  • Skip to footer
Tan's Lab
  • Posts
  • Search

    中国地图简单代码

    下面是最简代码:

    library(cnmap)
    library(tidyverse)
    
    getMap(subRegion = TRUE) %>%
      ggplot() +
      geom_sf() +
      theme_minimal()
    
    

    查看完整报告

    Updated: January 14, 2026

    • Feed
    © 2026 Tan's Lab. Powered by Jekyll & Minimal Mistakes.