boun...@r-project.org
>> [mailto:r-help-boun...@r-project.org] On Behalf Of Duncan Murdoch
>> Sent: Thursday, March 03, 2011 7:30 AM
>> To: Filoche
>> Cc: r-help@r-project.org
>> Subject: Re: [R] Greek character and R
>>
>> On 11-03-03 8:15 AM, Filoche wrote:
> Subject: Re: [R] Greek character and R
>
> On 11-03-03 8:15 AM, Filoche wrote:
> > Dear R users.
> >
> > In a loop, I set the title of my graph with :
> >
> > mytitle = expression(paste(delta^13,'C Station ', i)
> > title(mytitle)
03, 2011 9:39 AM
To: r-help@r-project.org
Subject: Re: [R] Greek character and R
Hi and ty for the answer.
However, it's not working. It will print "expression(d13C Station 1)".
Thank for any help,
Phil
--
View this message in context:
http://r.789695.n4.nabble.com/Greek-charact
On 11-03-03 8:15 AM, Filoche wrote:
Dear R users.
In a loop, I set the title of my graph with :
mytitle = expression(paste(delta^13,'C Station ', i)
title(mytitle)
However, instead of using value of i, it will literally use "i" character.
Any one know the way to concatenate th
Hi and ty for the answer.
However, it's not working. It will print "expression(d13C Station 1)".
Thank for any help,
Phil
--
View this message in context:
http://r.789695.n4.nabble.com/Greek-character-and-R-tp304p467.html
Sent from the R help mailing list archive at Nabble.com.
___
mytitle = parse(text=paste("expression(paste(delta^13,'C Station ',",i,"))"))
title(mytitle)
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of Filoche
Sent: Thursday, March 03, 2011 8:16 AM
To: r-help@r-project.org
Subject: [R] Greek
6 matches
Mail list logo