Skip to content
Prev 81791 / 398502 Next

drawing a circle using symbols

Hi
Troels Ring wrote:
The important part may be that your plot is not square.   In the help 
file for symbols() it says (NOTE the "x axis") ...

   inches: If 'inches' is 'FALSE', the units are taken to be those of
           the x axis.

If you precede your code with ...

   par(pty="s")

... does the result look better?

Paul