Skip to content
Prev 156764 / 398506 Next

how to set rownames / colnames for matrices in a list

Hi,

If all your matrices have the same size, you should work with an array 
and not with a list. Then you can use dimnames to set the names of the 
rows, columns, and so on..

Alain
Antje wrote: