Re: [R] Concatenate a mix of numbers and letters to create a vector name

2010-08-10 Thread Greg Snow
st 10, 2010 6:07 AM > To: Greg Snow; r-help@r-project.org > Subject: RE: [R] Concatenate a mix of numbers and letters to create a > vector name > > I was not aware of the R-FAQ, it seems to have some very useful tips, > thanks for pointing there. > > Regarding the 7.21 in the

Re: [R] Concatenate a mix of numbers and letters to create a vector name

2010-08-10 Thread Panos Hadjinicolaou
.org] To: Panos Hadjinicolaou [mailto:p.hadjinicol...@cyi.ac.cy], r-help@r-project.org [mailto:r-h...@r-project.org] Sent: Wed, 28 Jul 2010 00:39:41 +0300 Subject: RE: [R] Concatenate a mix of numbers and letters to create a vector name This is a frequently asked/answered question (7.21 in the

Re: [R] Concatenate a mix of numbers and letters to create a vector name

2010-07-27 Thread Greg Snow
un...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Panos Hadjinicolaou > Sent: Monday, July 26, 2010 8:24 AM > To: r-help@r-project.org > Subject: Re: [R] Concatenate a mix of numbers and letters to create a > vector name > > Thanks for the reply. Indeed the p

Re: [R] Concatenate a mix of numbers and letters to create a vector name

2010-07-26 Thread Alain Guillet
nos Hadjinicolaou [mailto:p.hadjinicol...@cyi.ac.cy] Cc: r-help@r-project.org Sent: Mon, 26 Jul 2010 16:48:31 +0300 Subject: Re: [R] Concatenate a mix of numbers and letters to create a vector name have a look at function paste(), i.e., ?paste I hope it helps. Best, Dimitris On 7/

Re: [R] Concatenate a mix of numbers and letters to create a vector name

2010-07-26 Thread Dimitris Rizopoulos
oject.org Sent: Mon, 26 Jul 2010 16:48:31 +0300 Subject: Re: [R] Concatenate a mix of numbers and letters to create a vector name have a look at function paste(), i.e., ?paste I hope it helps. Best, Dimitris On 7/26/2010 3:44 PM, Panos Hadjinicolaou wrote: > Dear all, &g

Re: [R] Concatenate a mix of numbers and letters to create a vector name

2010-07-26 Thread Panos Hadjinicolaou
define a vector with that name). Any ideas? Thanks, Panos _ From: Dimitris Rizopoulos [mailto:d.rizopou...@erasmusmc.nl] To: Panos Hadjinicolaou [mailto:p.hadjinicol...@cyi.ac.cy] Cc: r-help@r-project.org Sent: Mon, 26 Jul 2010 16:48:31 +0300 Subject: Re: [R] Concatenate a mix of number

Re: [R] Concatenate a mix of numbers and letters to create a vector name

2010-07-26 Thread Dimitris Rizopoulos
have a look at function paste(), i.e., ?paste I hope it helps. Best, Dimitris On 7/26/2010 3:44 PM, Panos Hadjinicolaou wrote: Dear all, I am trying to create a vector name, for example tmax.195012 from tmax., 1950 and 12. Obviously I don't wish to simply type it because the 3 name compon

[R] Concatenate a mix of numbers and letters to create a vector name

2010-07-26 Thread Panos Hadjinicolaou
Dear all, I am trying to create a vector name, for example tmax.195012 from tmax., 1950 and 12. Obviously I don't wish to simply type it because the 3 name components are changing in each iteration within a loop. Is there any way of concatenating those 3 components (which are a mixture of nu