文件名称:ggspatial:增强ggplot2中的空间可视化
文件大小:11.52MB
文件格式:ZIP
更新时间:2024-05-28 10:35:07
R
ggspatial 空间数据加上ggplot2框架的功能意味着更容易映射。 安装 该软件包在CRAN上可用,可以使用install.packages("ggspatial")进行安装。 开发版本可以通过远程安装。 install.packages( " ggspatial " ) 或用于开发版本: install.packages( " remotes " ) # if remotes isn't installed remotes :: install_github( " paleolimbot/ggspatial " ) 介绍 该软件包是一个使用ggplot2作为绘图后端与空间数据进行交互的框架。 该程序包支持sf程序包对象, sp程序包对象和栅格程序包对象,并使用geom_sf()和coord_sf()进行有关坐标转换的大部分繁重工作。 library( ggplot2 )