Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我正在做一个地图项目。我们有接近完成的地图 - 使用 R 基础图形(即 plot() )绘制我正在以 eps 格式输出我的地图以最适合出版。然而,向我们提供数据的测绘机构要求我们包括他们的标志——我有 EPS 和 jpg 格式的标志。
如何将 eps 文件加载到 R 中,然后将其叠加在已绘制的地图上(使用基本图形)?
grImport包可用于导入矢量图形(.eps 徽标文件)并将导入的图形添加到绘图中。软件包中有几个小插图显示了几个示例。