Re: [R] How can I join two lists?

2008-01-25 Thread Gabor Csardi
What about reading the last four lines of this email? 

G.

On Fri, Jan 25, 2008 at 04:45:04PM +0100, [EMAIL PROTECTED] wrote:
 How can I join two lists? I have q1 and q2 and I want to merge them. I  
[...]
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

-- 
Csardi Gabor [EMAIL PROTECTED]UNIL DGM

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How can I join two lists?

2008-01-25 Thread N. Lapidus
Try c(q1,q2)

Nael

On Jan 25, 2008 4:45 PM, [EMAIL PROTECTED] wrote:

 How can I join two lists? I have q1 and q2 and I want to merge them. I
 have tried to use the comand merge, but not work. Any solutions? Thanks!

  q1
 $Input1
 7.84615384615385
  0.5

 $Input2
 8.92307692307692
 -3.2

 $Input3
 4.53846153846154
   -5

  q2
 $Input1
 7.84615384615385
2

 $Input2
 8.92307692307692
  -0.3125

 $Input3
 4.53846153846154
 -0.2

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] How can I join two lists?

2008-01-25 Thread crebelo
How can I join two lists? I have q1 and q2 and I want to merge them. I  
have tried to use the comand merge, but not work. Any solutions? Thanks!

 q1
$Input1
7.84615384615385
  0.5

$Input2
8.92307692307692
 -3.2

$Input3
4.53846153846154
   -5

 q2
$Input1
7.84615384615385
2

$Input2
8.92307692307692
  -0.3125

$Input3
4.53846153846154
 -0.2

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.