Re: [R] Greek character and R

2011-03-03 Thread Eik Vettorazzi
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:

Re: [R] Greek character and R

2011-03-03 Thread William Dunlap
> 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)

Re: [R] Greek character and R

2011-03-03 Thread rex.dwyer
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

Re: [R] Greek character and R

2011-03-03 Thread Duncan Murdoch
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

Re: [R] Greek character and R

2011-03-03 Thread Filoche
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. ___

Re: [R] Greek character and R

2011-03-03 Thread rex.dwyer
project.org Subject: [R] Greek character and R 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

[R] Greek character and R

2011-03-03 Thread Filoche
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 the value of i to the mathematical expre