Skip to content
Prev 320526 / 398506 Next

ggplot2: less than equal sign

Hi,

If you want to stick with the unicode way make sure to set your
encoding system, e.g., on Mac

Sys.setlocale("LC_ALL", "en_US.UTF-8")

This differs on Windows/Linux so see ?Sys.setlocale for examples on
other platforms.

Best,
Ista
On Thu, Mar 28, 2013 at 5:22 PM, soon yi <soon.yi at ymail.com> wrote: