[R] image() or plotting functions or something else broken in 2.0.1 on OS X?

2004-12-02 Thread Jenny Fox
Hello. I just upgraded to 2.01 on Mac OS 10.3.6. I used to use the image() function in 1.9.x. Now, running the example code from the image() help page gives me the following error: x - y - seq(-4*pi, 4*pi, len=27) r - sqrt(outer(x^2, y^2, +)) image(z = z - cos(r^2)*exp(-r/6),

[R] library(fields) world shift function not working anymore

2004-11-29 Thread Jenny Fox
Hi there. 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,

[R] Horizontal color bar in filled.contour()

2004-08-04 Thread Jenny Fox
Hello. I was wondering if it is possible to put the color bar (key) on the bottom of the graph, like the horizontal toggle in image.plot, rather than on the right side. Does anyone know if this is possible? --jenny __ [EMAIL PROTECTED] mailing list