[R] How to collect arrays in an array?
Suresh_FSFM
suresh.ghalsasi at gmail.com
Fri Jan 30 16:10:59 CET 2009
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.
More information about the R-help
mailing list