admin 管理员组

文章数量: 1184232

R语言ggplot2进行特定国家或者地区的地图可视化、在地图上标出所有首府城市所在地(plot the locations of the  capital cities)

目录

R语言ggplot2进行特定国家或者地区的地图可视化、在地图上标出所有首府城市所在地(plot the locations of the  capital cities)

#导入包和库

#仿真数据

#R语言ggplot2进行特定国家或者地区的地图可视化、在地图上标出所有首府城市所在地(plot the locations of the  capital cities)


#导入包和库

library(ozmaps)
library(sf)

#仿真数据

oz_states <- ozmaps::ozmap_states %>% filter(NAME != 

本文标签: 首府 在地 图上 所在地 语言