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?
>
> array(1): #row=3, #col=4(these columns store data of different types)
> array(2): #row=6, #col=4
> array(3): #row=3, #col=4
> ....
>
> want to store in Main_array
> How to define dimensions of Main_array?
>
>
> Thank you.
>
> Regards,
> Suresh
> --
> View this message in context: 
> http://www.nabble.com/How-to-collect-arrays-in-an-array--tp21748883p21748883.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> 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.
>



-- 
Stephen Sefick

Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods.  We are mammals, and have not exhausted the
annoying little problems of being mammals.

                                                                -K. Mullis

______________________________________________
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.

Reply via email to