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

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to