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 wrote: > Try this: > > lapply(l, '[', 1, 1) > > > On Thu, Jan 14, 2010 at 2:22 PM, Hubert Colt > wrote: > > Hi, > > > > Apologies in advance for the basic nature of my question. I am still v

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

2010-01-14 Thread Henrique Dallazuanna
Try this: lapply(l, '[', 1, 1) On Thu, Jan 14, 2010 at 2:22 PM, Hubert Colt wrote: > 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