Skip to content
Prev 279996 / 398506 Next

Labelling R plots using Greek letters

On Dec 11, 2011, at 6:38 PM, john james wrote:

            
?plotmath

plot(1,1, xlab=expression(beta^"`"*X), ylab=expression(Y*"|"*X 
+beta^"`"*X) )

(Unfortunately the prime on the y lab is noe on the printed page in my  
device ( mac). so this hack seems to work better)

plot(1,1, xlab=expression(beta^"'"*X),  
ylab=expression(over(phantom(""), Y*"|"*X+beta^"'"*X) ))
David Winsemius, MD
West Hartford, CT