[R] filled.contour without box

Uwe Ligges ligges at statistik.uni-dortmund.de
Tue Sep 23 11:30:02 CEST 2003


Jan Kleinn wrote:

> Dear all,
> 
> I would like to make a filled contour plot without the box R is 
> generating by default around the plotting area, i.e. I'm looking for an 
> option in filled.contour similar to 'axes=F' in 'contour' or in 'plot'. 
> I couldn't find any option to get rid of the box, any help is welcome.
> 
> Thanks, Jan:-)

Easy to add a corresponding feature:

  fix(filled.contour)

Now, remove the two lines including "box()".
Or even better, add an argument to turn plotting of the box on or off.

Uwe Ligges




More information about the R-help mailing list