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