[R-sig-Geo] Maps of continents
Roman Luštrik
roman.lustrik at gmail.com
Wed Apr 29 11:34:22 CEST 2015
Have you tried package "rworldmap"? It comes with a vignette
install.packages("rworldmap")
library(rworldmap)
vignette("rworldmap")
Another packages that contains world maps is
library(maps)
map()
Cheers,
Roman
On Wed, Apr 29, 2015 at 11:18 AM, Rui Barradas <ruipbarradas at sapo.pt> wrote:
> Hello,
>
> This is a really basic question. I'm an R user but completely ignorant on
> geographical applications.
> I need to graph the 5 Continents, one on each graph. How can I do it?
> Which packages do I need to have installed and use?.
>
> Thank you,
>
> Rui Barradas
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>
--
In God we trust, all others bring data.
[[alternative HTML version deleted]]
More information about the R-sig-Geo
mailing list