Skip to content
Prev 243976 / 398506 Next

"less than or equal to" glyph

Hi,

I suspect this has to do with your locale, as it seems to work on my
system.  Take a look at:

Sys.getlocale() # see yours
?Sys.setlocale # documentation

If you're are talking about something to add to a graph (e.g., in the
title or labelling a point) try:

sd_label <- substitute(LSD~(P <= 0.05) == n, list(n = 5))
plot(1:10, main = sd_label)

HTH,

Josh
On Sun, Dec 5, 2010 at 11:25 AM, romzero <romzero at yahoo.it> wrote: