[R] Mapping of countries

Erin Hodgess er|nm@hodge@@ @end|ng |rom gm@||@com
Tue Mar 31 14:25:53 CEST 2020


That would have been my code too!


On Tue, Mar 31, 2020 at 2: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.
>
> ______________________________________________
> 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.
>
-- 
Erin Hodgess, PhD
mailto: erinm.hodgess using gmail.com

	[[alternative HTML version deleted]]



More information about the R-help mailing list