Skip to content
Prev 336947 / 398502 Next

scatter plot to contour plot

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 plot of values associated
with the points, as Duncan put it.

-Don