[R] Map Antarctica

ejb ejb274 at psu.edu
Wed Jun 5 15:00:34 CEST 2013


Hey, I'm new with R and I'm attempting to map and then plot points on a map
of Antarctica with help from some code at the following link.  Link
<http://www.molecularecologist.com/2012/09/making-maps-with-r/>  

After downloading the packages here is the code I used. I feel like the
problem has to do with the coordinates since I get a very small image that
appears to be only a small portion of the continent (I want the whole
thing). Thanks in advance!

library(maps)
library(mapdata)
map("worldHires","Antarctica",xlim=c(-90,-60),ylim=c(-180,180),col="gray90",fill=TRUE)



 



--
View this message in context: http://r.789695.n4.nabble.com/Map-Antarctica-tp4668713.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list