Jonathan R. Blaufuss wrote:
> 
> 
> set.seed(1) 
> Data=rnorm(100,sd=10000) 
> plot(density(Data)) 
> text(25000,0.00004,
>       paste("\u03c3 = ",
>               format(round(sd(Data),digits=3),big.mark=",")),
>       font=2, col="blue")
> 

That example gives a latin "s" in my Windows system. Using font=5 it works.
The "standard references" are the following:

Ben Bolker's digest of Brian Ripley:
http://wiki.r-project.org/rwiki/doku.php?id=tips:graphics-misc:symbols&s=unicode

Brian Ripley
http://markmail.org/message/kzjts7zbxmluhuqy


Dieter

-- 
View this message in context: 
http://www.nabble.com/Plotting-sigma-symbol-with-unicode-and-turning-into-pdf-tp24945989p24949583.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to