<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div style="word-wrap:break-word">Dear R users,
<div><br>
</div>
<div>When I draw a circle with R on my Mac, the line is not smooth at 0 and 180 degree even when I am using a high number of point. Is there a way to improve this rendering in the quartz window?</div>
<div><br>
</div>
<div>Thank's</div>
<div><br>
</div>
<div>JPV</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div style="margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:4px; text-indent:-4px; font:normal normal normal 12px/normal Helvetica; color:rgb(12,32,153)">
<span style="color:rgb(0,0,0)">f2</span> <- <span style="color:rgb(195,137,43)">function</span>(<span style="color:rgb(0,0,0)">x</span>){</div>
<div style="margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:4px; text-indent:-4px; font:normal normal normal 12px/normal Helvetica; color:rgb(12,32,153)">
(<span style="color:rgb(5,82,25)">1</span>-<span style="color:rgb(0,0,0)">x</span>^<span style="color:rgb(5,82,25)">2</span>)^<span style="color:rgb(0,0,0)">.5</span><span class="x_Apple-tab-span" style="white-space:pre">
</span></div>
<div style="margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:4px; text-indent:-4px; font:normal normal normal 12px/normal Helvetica; color:rgb(12,32,153)">
<span class="x_Apple-tab-span" style="white-space:pre"></span>}</div>
<div style="margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:4px; text-indent:-4px; font:normal normal normal 12px/normal Helvetica; color:rgb(12,32,153); min-height:14px">
<br>
</div>
<div style="margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:4px; text-indent:-4px; font:normal normal normal 12px/normal Helvetica; color:rgb(5,82,25)">
<span style="color:rgb(0,0,0)">x1min</span><span style="color:rgb(12,32,153)">=</span>-100000<span style="color:rgb(12,32,153)">;</span></div>
<div style="margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:4px; text-indent:-4px; font:normal normal normal 12px/normal Helvetica; color:rgb(5,82,25)">
<span style="color:rgb(0,0,0)">x1max</span><span style="color:rgb(12,32,153)">=</span>100000<span style="color:rgb(12,32,153)">;</span></div>
<div style="margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:4px; text-indent:-4px; font:normal normal normal 12px/normal Helvetica; color:rgb(5,82,25)">
<span style="color:rgb(0,0,0)">sf</span><span style="color:rgb(12,32,153)">=</span>100000<span style="color:rgb(12,32,153)">;<span class="x_Apple-tab-span" style="white-space:pre">
</span></span></div>
<div style="margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:4px; text-indent:-4px; font:normal normal normal 12px/normal Helvetica; color:rgb(12,32,153); min-height:14px">
<br>
</div>
<div style="margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:4px; text-indent:-4px; font:normal normal normal 12px/normal Helvetica; color:rgb(12,32,153)">
plot(<span style="color:rgb(0,0,0)">f2</span>, (<span style="color:rgb(0,0,0)">x1min</span>:<span style="color:rgb(0,0,0)">x1max</span>)/<span style="color:rgb(0,0,0)">sf</span>, <span style="color:rgb(0,0,0)">col</span>=<span style="color:rgb(176,20,9)">"blue"</span>, <span style="color:rgb(0,0,0)">ylim</span>=range(<span style="color:rgb(5,82,25)">-1</span>,<span style="color:rgb(5,82,25)">1</span>))</div>
<div></div>
</div>
</div>
<div style="word-wrap:break-word">
<div>
<div></div>
</div>
</div>
</body>
</html>