Prof Brian Ripley wrote: > matrix(some_list, nr, nc, byrow=TRUE) may be what you are looking for. > > R arrays can be of any vector type, including list. I'd get used to > R's Fortran ordering rather than force transposes all the time. Thanks very much. And I thought I'd left some aspects of my FORTRAN coding experience in the past. Would seem not.