Re: [R] Misplacement of Greek letter

2010-06-11 Thread Peter Ehlers
Not that I want to encourage the creation of the infamous skyscraper plot (which has an extremely low information/ink ratio), but if you're having trouble with axis labelling, it's probably best to look at mtext(). You can use several mtext calls to place parts of your label on different margin li

Re: [R] Misplacement of Greek letter

2010-06-11 Thread Uwe Ligges
Newlines are not supported within expressions for mathematical notation. See ?lotmath Best, Uwe Ligges On 11.06.2010 07:36, beloitstudent wrote: Hello. I am trying to get my axis label to read as follows (The symbol) Delta AUC blah blah... then below it...(some other text) The problem is

[R] Misplacement of Greek letter

2010-06-10 Thread beloitstudent
Hello. I am trying to get my axis label to read as follows (The symbol) Delta AUC blah blah... then below it...(some other text) The problem is the Delta symbol shows up beside the "(some other text)" rather than the "AUC". Does any one know how I can get the Delta to remain beside AUC? H