Re: [R] legend mathematical annotation problem

2010-02-22 Thread Gavin Simpson
On Sat, 2010-02-13 at 13:57 -0500, David Winsemius wrote: > On Feb 13, 2010, at 1:45 PM, David Winsemius wrote: > > > > > On Feb 13, 2010, at 1:13 PM, Mark Heckmann wrote: > > > >> 1) I need to plot a legend containing the mathematical symbol > >> greater-than-or-equal sign. > >> And I want the

Re: [R] legend mathematical annotation problem

2010-02-13 Thread David Winsemius
On Feb 13, 2010, at 1:45 PM, David Winsemius wrote: On Feb 13, 2010, at 1:13 PM, Mark Heckmann wrote: 1) I need to plot a legend containing the mathematical symbol greater-than-or-equal sign. And I want the text to start with that symbol. plot(110, 0.8) categories <- expression(blank >= 8

Re: [R] legend mathematical annotation problem

2010-02-13 Thread David Winsemius
On Feb 13, 2010, at 1:13 PM, Mark Heckmann wrote: 1) I need to plot a legend containing the mathematical symbol greater-than-or-equal sign. And I want the text to start with that symbol. plot(110, 0.8) categories <- expression(blank >= 85, 84.9 - 80, 79.9 - 75, 74.9 - 70, 69.9 - 65, 64.9 -

[R] legend mathematical annotation problem

2010-02-13 Thread Mark Heckmann
1) I need to plot a legend containing the mathematical symbol greater- than-or-equal sign. And I want the text to start with that symbol. plot(110, 0.8) categories <- expression(blank >= 85, 84.9 - 80, 79.9 - 75, 74.9 - 70, 69.9 - 65, 64.9 - 60, blank< 60) legend(110, 0.8, categories, lty=1:7