如何修改rworldmap包中的图例

时间:2015-05-08 21:10:32

标签: r rworldmap

我正在尝试绘制一张地图,颜色由国家的GDP编码。数据集就像这样

library(rworldmap)
countries = read.csv("countries.csv", na.strings = " NA")

sPDF = joinCountryData2Map(countries, joinCode = "NAME", nameJoinColumn = "Country")
mapCountryData(sPDF, nameColumnToPlot = "GDP", missingCountryCol = "dark grey")

这是我的代码

document.write('<pt:core.html pt:tag="img" id="a" src="/abc.gif"/>');

And here is the plot

这就是我得到的情节。如何编辑图例?我喜欢它显示从最低到最高的比例,或类似的东西,而不是显示每个值。

0 个答案:

没有答案