Displaying 3 results from an estimated 3 matches for "blaufusj".
Did you mean:
blaufuss
2009 Aug 12
2
Using bold font with bquote
I'm trying to annotate a density plot and I'm using bquote to paste the sigma symbol next
to the numeric text of the standard deviation calculation that I am performing.
I have been able to successfully turn the sigma symbol and numeric output the color blue,
but when I try to change the font of the text to bold, R doesn't seem to recognize the "font="
command in the same way
2009 Aug 12
2
Plotting sigma symbol with unicode and turning into pdf
...Is it possible to make the unicode string function when writing to a pdf or do I need to form the sigma symbol some other way?
Thanks for the help,
Jonathan
----- Original Message -----
From: "Paul Murrell" <p.murrell at auckland.ac.nz>
To: "Jonathan R. Blaufuss" <blaufusj at carleton.edu>
Cc: "Scott Sherrill-Mix" <shescott at mail.med.upenn.edu>, r-help at r-project.org
Sent: Wednesday, August 12, 2009 4:40:49 PM GMT -06:00 US/Canada Central
Subject: Re: [R] Using bold font with bquote
Hi
Jonathan R. Blaufuss wrote:
> Scott, Your suggestion w...
2009 Aug 11
1
Paste symbol and calculation in plot
I'm trying to annotate a density plot and I would like to have R calculate the
standard deviation and place it in the plot next to the standard deviation symbol
"sigma". I can successfully use the text command to paste "StDev =",round(sd(Data),digits=3))
on the plot. However, I have trouble when I want to replace "StDev" with the Greek
symbol sigma (See code