Skip to content
Prev 2635 / 29559 Next

Adding a map to a filled.contour plot

On Tue, 16 Oct 2007, Anne GOARANT wrote:

            
Two possibilities: forego higher resolution and use "world2" in maps, or 
manipulate x in the filled.contours() call, something like (untried):

xx <- ifelse(x <= 180, x, -(360 - x))

which ought to work even if your x range extends below 0.

Roger