I want to add the symbol ≤ in to a legend in R as in
..."≤1",col="gray"...
but when I run the script it creates and = symbol as if I have typed
..."=1",col="gray"...
Is there a way I can tell R I want that ≤ symbol?
And to help anyone with a similar problem; is there a list of commands that can be used to tell R how to add unusual characters?