Re: [R] Concatenate two lists, list by list

2013-01-23 Thread D. Rizopoulos
show you > > Alex > > -------------------- > *From:* D. Rizopoulos > *To:* Alaios > *Cc:* PIKAL Petr ; R help > *Sent:* Wednesday, January 23, 2013 11:08 AM > *Subject:* Re: [R] Concatenate two lists, list by list >

Re: [R] Concatenate two lists, list by list

2013-01-23 Thread Alaios
From: D. Rizopoulos Cc: PIKAL Petr ; R help Sent: Wednesday, January 23, 2013 11:08 AM Subject: Re: [R] Concatenate two lists, list by list you just need: mapply(c, Part1$dataset, Part2$dataset, SIMPLIFY = FALSE) I hope it helps. Best, Dimitris On 1/23/2013 11:01 AM, Alaios wrote:

Re: [R] Concatenate two lists, list by list

2013-01-23 Thread D. Rizopoulos
0 0 ... > > but if you check below you can see that I Want those to form a list. > > Regards > Alex > > > > > > From: PIKAL Petr > > Sent: Tuesday, January 22, 2013 11:51 AM > Subject: RE: [R] Concatenate two lists, list b

Re: [R] Concatenate two lists, list by list

2013-01-23 Thread Alaios
22, 2013 11:51 AM Subject: RE: [R] Concatenate two lists, list by list Hi Maybe you could use mapply mapply(c, Part1$dataset,Part2$dataset) Regards Petr > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of Alaios > S

Re: [R] Concatenate two lists, list by list

2013-01-22 Thread PIKAL Petr
t: [R] Concatenate two lists, list by list > > Dear all, > I would like to concatenate the lists below > > str(Part2$dataset) > List of 3 >  $ : num [1:16001] 0 0 0 0 0 0 0 0 0 0 ... >  $ : num [1:16001] 0 0 0 0 0 0 0 0 0 0 ... >  $ : num [1:16001] 0 0 0 0 0 0 0 0 0 0

[R] Concatenate two lists, list by list

2013-01-22 Thread Alaios
Dear all, I would like to concatenate the lists below str(Part2$dataset) List of 3  $ : num [1:16001] 0 0 0 0 0 0 0 0 0 0 ...  $ : num [1:16001] 0 0 0 0 0 0 0 0 0 0 ...  $ : num [1:16001] 0 0 0 0 0 0 0 0 0 0 ... str(Part1$dataset) List of 3  $ : num [1:16001] 0 0 0 0 0 0 0 0 0 0 ...  $ : num [1