[R] multidimensional lists

Evan Cooch cooch17 at verizon.net
Wed Sep 27 18:54:16 CEST 2006


Gabor Grothendieck wrote:
> Try this:
>
> AA <- matrix(list(A, 10*A, 100*A, 1000*A), 2, byrow = TRUE)
> AA[1,2]
>

Seems to do the trick. Thanks!



More information about the R-help mailing list