[R] help with maps : center on the dateline

2008-11-07 Thread Melanie . Abecassis
Hi, I'm trying to plot a map of the pacific ocean, centered on the dateline, using the maps package. library(maps) # Basic library to draw maps library(mapdata)# Library with specialized maps library(mapproj) map(database = world, fill = TRUE, col = 1, plot = TRUE,add=F, xlim = c(120,300),

Re: [R] help with maps : center on the dateline

2008-11-07 Thread Duncan Murdoch
On 11/7/2008 12:08 PM, [EMAIL PROTECTED] wrote: Hi, I'm trying to plot a map of the pacific ocean, centered on the dateline, using the maps package. library(maps) # Basic library to draw maps library(mapdata)# Library with specialized maps library(mapproj) map(database = world, fill = TRUE,