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.