Skip to content
Prev 106264 / 398506 Next

Draw a circle on a filled.contour() plot

On 12/17/2006 7:06 AM, Webmaster wrote:
There's a note on the man page about this:

The output produced by 'filled.contour' is actually a combination
      of two plots; one is the filled contour and one is the legend.
      Two separate coordinate systems are set up for these two plots,
      but they are only used internally - once the function has returned
      these coordinate systems are lost.  If you want to annotate the
      main contour plot, for example to add points, you can specify
      graphics commands in the 'plot.axes' argument.  An example is
      given below.

Duncan Murdoch