[R] Help with maps

Ray Brownrigg Ray.Brownrigg at mcs.vuw.ac.nz
Wed Dec 3 02:38:21 CET 2008


On Wed, 03 Dec 2008, Ray Brownrigg wrote:

> The easiest way would be:
> map('world', regions="UK", xlim=c(-10, 5), ylim=c(48, 60))
>
But of course:

map('world', regions=c("UK", "Ireland"), xlim=c(-10, 5), ylim=c(48, 60))

might be more appropriate.

HTH
Ray Brownrigg
MSCS, Victoria University of Wellington



More information about the R-help mailing list