Re: [R] scatter plot to contour plot

2014-02-24 Thread MacQueen, Don
In addition to the other responses, I'd like to suggest: help.search('contour', package='graphics') Since the graphics package comes with R, you don't necessarily need any additional package for contouring. But you will need the akima package for interpolation. Assuming you're doing a contour p

Re: [R] scatter plot to contour plot

2014-02-24 Thread Clint Bowman
Azam, If you also have z ~ f(x,y) you can produce contours. Otherwise, you could look at package hexbin. Clint Clint BowmanINTERNET: cl...@ecy.wa.gov Air Quality Modeler INTERNET: cl...@math.utah.edu Department of Ecology VOICE: (3

Re: [R] scatter plot to contour plot

2014-02-24 Thread Duncan Murdoch
On 24/02/2014 12:45 PM, azam jaafari wrote: Dear All I want to convert a scatter plot to a continuous contour plot. I have "x" as a variable and "y" as another variable. is there any package for this? can anybody halp me? A contour plot of values associated with the points, or a contour plot

[R] scatter plot to contour plot

2014-02-24 Thread azam jaafari
Dear All I want to convert a scatter plot to a continuous contour plot. I have "x" as a variable and "y" as another variable. is there any package for this? can anybody halp me? Thanks Azam [[alternative HTML version deleted]] __ R-help@r-