## Not run:
# bwps(file="map1.ps",height=6,width=5)
# geoplot(xlim=c(-28,-10),ylim=c(64,69))
# geosymbols(data,z=data$value,circles=0.2,sqrt=T)
# geopolygon(island,col="white")# paint white over the symbols
# geolines(island) # that are inside the country. (island)
# dev.off()
#
# # same example in a different way.
# bwps(file="map1.ps",height=6,width=5,bg="white")
# geoplot(xlim=c(-28,-10),ylim=c(64,69))
# geosymbols(data,z=data$value,circles=0.2,sqrt=T)
# geopolygon(island,col=0)#col 0 is now white
# geolines(island) # was transparent earlier
# dev.off() ## End(Not run)
Run the code above in your browser using DataLab