Displaying 1 result from an estimated 1 matches for "xlab3".
Did you mean:
xlab
2011 Jun 23
2
plotmath: unexpected SPECIAL
...de me. Bryan
***********
Bryan Hanson
Professor of Chemistry & Biochemistry
DePauw University
xlab1 <-expression(paste("Phase Angle ", phi, " Neat-O"))
xlab2 <- expression(paste("treatment: low stress", "high stress", sep
= "%->%"))
xlab3 <- expression(paste("treatment: low stress", %->%, "high stress"))
plot(1:10, main = xlab1)
plot(1:10, main = xlab2)