Java Mailing List Archive

http://www.r-help.com/

Home » R Help for Statistical Computing »

Re: [R] Printing Unicode characters in a PDF document

David Winsemius

2010-03-20

Replies: Find Java Web Hosting

Author LoginPost Reply
?plotmath

Try instead:

> pdf("mu.pdf")
> plot(1,1, type="n")
> text(1,1, "\u3BC")
> dev.off()

On Mar 20, 2010, at 2:16 PM, Dennis Fisher wrote:

>> pdf("mu.pdf")
>> plot(1,1, type="n")
>> text(1,1, "\u3BC")
>> dev.off()

David Winsemius, MD
West Hartford, CT

______________________________________________
R-help@(protected)
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.
©2008 r-help.com - Jax Systems, LLC, U.S.A.