Skip to content
Prev 83153 / 398506 Next

reading long matrix

One correction.  I had hard coded the last statement for testing
with the data provided.  Change it to this for generality:

result <- array(nums, c(nr, nc, n), c(NULL, NULL, L[breaks]))
On 12/22/05, Gabor Grothendieck <ggrothendieck at gmail.com> wrote: