R:在ggmap中发出覆盖多边形的问题

时间:2016-11-01 23:50:54

标签: r ggplot2 ggmap

我正在尝试在ggmap制作的热图上绘制陆地的形状,并且在大多数情况下,海岸线绘制得很好,但是大陆的形状奇怪,地点之间有随机线。

EATL_map + overlay + scale_fill_gradient(low = "green", high = "red", trans = "sqrt") + 
geom_polygon(data = map_data("world"), aes(x=long, y=lat, group = group), fill = "white", color = "white")

这是实际情节的代码。除geom_polygon函数外,其中每个部分都有效。

grep -Fv -e 'Nopaging the limit is' -e 'keyword to remove is'

这是输出。

enter image description here

知道为什么功能不正常吗?当我在ggplot2中使用border函数时,它会给出完全相同的输出。

我感谢任何帮助。

0 个答案:

没有答案