<html>
<body>
Dear friends - using windows xp and R1.6.1<br>
when doing<br>
x &lt;- 12<br>
as.character(x)<br>
[1] &quot;12&quot;<br>
plot(1,2,pch=as.character(x)) <br>
the interesting point is marked with: 1 whereas I would like to see
12.<br>
In par() is specified under pch:
<dl>
<dd>Either an integer specifying a symbol or a single character to be
used as the default in plotting points 
</dl>How is that overridden ? <br><br>
Best wishes<br>
Troels<br>
</body>
</html>