Skip to content
Prev 310366 / 398503 Next

A panel of contour plots through a iteration process

On 12-11-09 6:06 AM, Loukia Spineli wrote:
par() can solve your problem.  Just use the contour() function, or 
plot(x,y,type="n") followed by .filled.contour().

The code below is incomplete (no data provided) so I can't edit it for 
you, but the only tricky thing is that .filled.contour() has no 
defaults:  you need to compute all five arguments.

Duncan Murdoch