Re: [Rpy] filled.contour

2008-05-15 Thread Gregory Warnes
Hello Lars, You will need to create an R function to accomplish the needed task. One way is to put everything into one bug R function: from rpy import r r.pdf(filename,onefile=r.TRUE, width = 7.8, height = 7,) my_contour = r(""" function(x, y, z, n=20) { Lab.palette <- colorR

Re: [Rpy] filled.contour

2008-05-15 Thread Peter
On Thu, May 15, 2008 at 3:55 PM, Lars Skjærven <[EMAIL PROTECTED]> wrote: > Dear Rpy'ers, > I am using the "filled.contour"-function to produce a contour map. I > need to draw vertical and horisontal lines within this map related to > its coordinate system. The problem is when the legend is drawn,

[Rpy] filled.contour

2008-05-15 Thread Lars Skjærven
Dear Rpy'ers, I am using the "filled.contour"-function to produce a contour map. I need to draw vertical and horisontal lines within this map related to its coordinate system. The problem is when the legend is drawn, it destroys the original coorinatesystem as described in the R-manual. The manual

[Rpy] filled.contour

2008-05-15 Thread Lars Skjærven
Dear Rpy'ers, I am using the "filled.contour"-function to produce a contour map. I need to draw vertical and horisontal lines within this map related to its coordinate system. The problem is when the legend is drawn, it destroys the original coorinatesystem as described in the R-manual. The manual