[R] Labeling world map

sreenath sreenath.rajur at macfast.ac.in
Fri Jul 24 09:37:57 CEST 2015


I draw world map using 
library(maptools)
> library(ggmap)
> library(mapdata)
> library(maps)
>map("world",fill=TRUE,col="White",bg="light
blue",ylim=c(-60,90),mar=c(0,0,0,0))
>native <- c("brazil","sao paulo state")
> nat <-geocode(native)
>nat.x <- nat$lon
> nat.y <- nat$lat
>points(nat.x,nat.y,col="yellow",pch=16)
How can i put lilte for this map and label points




--
View this message in context: http://r.789695.n4.nabble.com/Labeling-world-map-tp4710296.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list