search for: mueq

Displaying 1 result from an estimated 1 matches for "mueq".

Did you mean: mieq
2009 Aug 28
1
Plotmath, sweave and lattice graphics interaction problem
...<- data.frame(A = runif(10), B = runif(10)) print(xyplot(A ~ B, data = dat, ylab = expression(H^"+" ~ (mu*eq ~ L^"-1")))) @ \end{document} Note the ylab expression: ylab = expression(H^"+" ~ (mu*eq ~ L^"-1")) this produces a ylab like H+ (mueq L-1) when run interactively and on the eps file, but the pdf file is missing the parentheses and the mu (micro) symbol. R session info: > sessionInfo() R version 2.9.1 Patched (2009-08-07 r49104) x86_64-unknown-linux-gnu locale: LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLA...