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
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
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 -
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
4 matches
Mail list logo