[R] Mapping of countries
george brida
george@br|d@ @end|ng |rom gm@||@com
Tue Mar 31 14:29:46 CEST 2020
Dear Jim,
Thank you very much. I obtained now the required map. I would like to know
how to add the names of the countries.
Best
George
On Tue, Mar 31, 2020 at 10:10 AM Jim Lemon <drjimlemon using gmail.com> wrote:
> Hi George,
> Try this:
>
> library(maps)
> map("world",xlim=c(34.353,60.369),ylim=c(16.7,32.193),
> regions="Saudi Arabia",col="yellow",fill=TRUE)
> map("world",regions="Bahrain",col="yellow",fill=TRUE,add=TRUE)
> map("world",regions="Kuwait",col="lightblue",fill=TRUE,add=TRUE)
> map("world",regions="Qatar",col="yellow",fill=TRUE,add=TRUE)
> map("world",regions="United Arab
> Emirates",col="lightblue",fill=TRUE,add=TRUE)
> map("world",regions="Oman",col="lightgreen",fill=TRUE,add=TRUE)
>
> Jim
>
> On Tue, Mar 31, 2020 at 12:39 PM george brida <george.brida using gmail.com>
> wrote:
> >
> > Dear R users,
> >
> > i would like to plot the maps of the Gulf Cooperation Council (GCC)
> > countries (KSA, Qatar, Bahrain, Kuwait, UAE and Oman) with these
> > constraints: i/ KSA , Qatar and Bahrain have the same face color , ii/
> > Kuweit and UAE with the same face color and iii/Oman with another face
> > color. Is there any code in R doing this task.
> >
> > Many thanks.
> >
> > [[alternative HTML version deleted]]
> >
> > ______________________________________________
> > R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
>
[[alternative HTML version deleted]]
More information about the R-help
mailing list