I am trying to map some data in R with the mercator map as a background.
Here is what is I am using, the data points come out fine, but I am not getting the map.
qplot(nt_phi_lambda$longitude, xlab='Longitude',
nt_phi_lambda$latitude, ylab='Latitude',
data=nt_phi_lambda, main='Global Indsutry Break-down',
colour=industry, projection='mercator()', parameters=c(0,0,0))