[R] Constructing arguments for plotmath
Wu Gong
wg2f at mtmail.mtsu.edu
Sun Aug 1 19:13:41 CEST 2010
I failed many times until Gabor gave his solution. The magic tick!
PART1 <- 'TEXT'
PART2 <- '^'
PART3 <- '`\u00ae`'
ARG <- paste(PART1, PART2, PART3)
text(2,8, parse(text=str))
-----
A R learner.
--
View this message in context: http://r.789695.n4.nabble.com/Constructing-arguments-for-plotmath-tp2309474p2309539.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list