[R] Extracting data from a list of matrices

2010-01-14 Thread Hubert Colt
Hi, Apologies in advance for the basic nature of my question. I am still very much a rookie when it comes to R. Having googled it, checked Nabble and trial/error to the best of my ability, I have yet to find an easy solution. I am currently working with a list of 5x5 matrices, and want to

Re: [R] Extracting data from a list of matrices

2010-01-14 Thread Hubert Colt
Excellent! That did the trick. Thank you very much. On Thu, Jan 14, 2010 at 5:27 PM, Henrique Dallazuanna www...@gmail.comwrote: Try this: lapply(l, '[', 1, 1) On Thu, Jan 14, 2010 at 2:22 PM, Hubert Colt hubert.c...@gmail.com wrote: Hi, Apologies in advance for the basic nature