eth Roy Cabrera Torres
> Cc: RHelp
> Subject: Re: [R] math symbol + value of a variable in legend.
>
>
> > -Original Message-
> > From: r-help-boun...@r-project.org
> > [mailto:r-help-boun...@r-project.org] On Behalf Of Martin Maechler
> > Sent: Thursday,
Try this:
legend("topleft", c(as.expression(bquote(mu == .(m1))),
as.expression(bquote(mu == .(m2)
On Tue, Aug 25, 2009 at 5:30 PM, Kenneth Roy Cabrera Torres <
krcab...@une.net.co> wrote:
> Hi R users:
>
> I will like to have a legend with math symbols and also with
> the value of a variabl
> -Original Message-
> From: r-help-boun...@r-project.org
> [mailto:r-help-boun...@r-project.org] On Behalf Of Martin Maechler
> Sent: Thursday, August 27, 2009 1:30 AM
> To: Kenneth Roy Cabrera Torres
> Cc: RHelp
> Subject: Re: [R] math symbol + value of
> "KRCT" == Kenneth Roy Cabrera Torres
> on Tue, 25 Aug 2009 17:26:04 -0500 writes:
KRCT> Thank you very much for your help.
KRCT> To the R gurus: It will be better at the future to simplify this
KRCT> options.
KRCT> They are too cumbersome!!!
The ones David showed
Thank you very much for your help.
To the R gurus: It will be better at the future to simplify this
options.
They are too cumbersome!!!
Thank you!!!
El mar, 25-08-2009 a las 18:16 -0400, David Winsemius escribió:
> On Aug 25, 2009, at 5:51 PM, David Winsemius wrote:
>
> >
> > On Aug 25, 20
Check out bquote as in this example:
https://stat.ethz.ch/pipermail/r-help/2009-August/209373.html
On Tue, Aug 25, 2009 at 4:30 PM, Kenneth Roy Cabrera
Torres wrote:
> Hi R users:
>
> I will like to have a legend with math symbols and also with
> the value of a variable.
>
> But I cannot obtain b
On Aug 25, 2009, at 5:51 PM, David Winsemius wrote:
On Aug 25, 2009, at 4:30 PM, Kenneth Roy Cabrera Torres wrote:
Hi R users:
I will like to have a legend with math symbols and also with
the value of a variable.
But I cannot obtain both at the same time (symbol + value of a
variable):
He
On Aug 25, 2009, at 4:30 PM, Kenneth Roy Cabrera Torres wrote:
Hi R users:
I will like to have a legend with math symbols and also with
the value of a variable.
But I cannot obtain both at the same time (symbol + value of a
variable):
Here is a reproducible example:
m1<-5
m2<-12
I think I
Hi R users:
I will like to have a legend with math symbols and also with
the value of a variable.
But I cannot obtain both at the same time (symbol + value of a
variable):
Here is a reproducible example:
m1<-5
m2<-12
plot(1:5,1:5,type="n")
legend("topleft",legend=c(paste(expression(mu),"=",m1),
9 matches
Mail list logo