I just upgraded to 2.01 on Mac OS 10.3.6. I used to use the command
(on R 1.9.x):
world(ylim=c(-30,30), xlim = c(0,360), shift=TRUE, add=TRUE)
to draw a world outline over my image plots. My data uses longitude
from (0, 360) so I need to use the shift function. After I upgraded, I
get the following error:
> world(ylim=c(-30,30), xlim = c(0,360), shift=TRUE, add=TRUE)
Error in world(ylim = c(-30, 30), xlim = c(0, 360), shift = TRUE, add =
TRUE) :
NAs are not allowed in subscripted assignments
Does anyone know a workaround for this?