[R] How to collect arrays in an array?

2009-01-30 Thread Suresh_FSFM
Dear R-Experts, Seek your help. Please let me know how arrays of different sizes can be collected in one array. suppose I want to collect following arrays in one array. How can I do so? array(1): #row=3, #col=4(these columns store data of different types) array(2): #row=6, #col=4 array(3):

Re: [R] How to collect arrays in an array?

2009-01-30 Thread stephen sefick
why not a list? On Fri, Jan 30, 2009 at 10:10 AM, Suresh_FSFM suresh.ghals...@gmail.com wrote: Dear R-Experts, Seek your help. Please let me know how arrays of different sizes can be collected in one array. suppose I want to collect following arrays in one array. How can I do so?

Re: [R] How to collect arrays in an array?

2009-01-30 Thread Suresh_FSFM
Thanks for a prompt response. Ok. I see your point. However, then next silly question is how to access these elements of list dynamically? suppose I want to access 3rd item or 3rd element of the list (which would be my array-3 stored at 3rd position in the list). Thank you. Regards, Suresh

Re: [R] How to collect arrays in an array?

2009-01-30 Thread ONKELINX, Thierry
-Oorspronkelijk bericht- Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Namens Suresh_FSFM Verzonden: vrijdag 30 januari 2009 16:45 Aan: r-help@r-project.org Onderwerp: Re: [R] How to collect arrays in an array? Thanks for a prompt response. Ok. I see your point. However

Re: [R] How to collect arrays in an array?

2009-01-30 Thread Suresh_FSFM
: [R] How to collect arrays in an array? Thanks for a prompt response. Ok. I see your point. However, then next silly question is how to access these elements of list dynamically? suppose I want to access 3rd item or 3rd element of the list (which would be my array-3 stored at 3rd