If i insert \u2264 inside the text, like this

lsd_label <- "LSD (P \u2264 0.05) = "

the result is

"LSD (P = 0.05) = "

instead

"LSD (P ≤ 0.05) = "

how can i solve this problem?

Thanks.
-- 
View this message in context: 
http://r.789695.n4.nabble.com/less-than-or-equal-to-glyph-tp3073557p3073557.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to