Hi all,
I can't seem to get a high quality image from my plots, which is frustrating!
Is there something I'm missing?
Thanks for the help
Ben
X2015 <- LargestPartners[LargestPartners$Year == 2015,]
sPDF <- joinCountryData2Map(X2015, joinCode = 'ISO3', nameJoinColumn = 'ISO3',mapResolution='high')
mapCountryData(sPDF,nameColumnToPlot='Partner',catMethod='categorical', mapTitle='2015', colourPalette=op, oceanCol='white', missingCountryCol='white')