[R] How to save several matrix in a variable

Uwe Ligges ligges at statistik.uni-dortmund.de
Sun May 4 16:33:59 CEST 2003


Bernardo Rangel Tura wrote:
> Good morning R-masters,      
>       
> I would like to ask help to you for the a problem. 
> I need to keep in a variable several matrix generated by my routine.
> It´s  possible?
> How to I make this?

Use a list (of matrices), see ?list and the manuals for how to work with 
lists.

If all the matrices have the same dimensions, you might want to use an 
array instead, see ?array and the manuals for details.

Uwe Ligges

> Thanks in advance
> 
> Bernardo Rangel Tura, MD, MSc
> National Institute of Cardiology Laranjeiras
> Rio de Janeiro Brazil
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help



More information about the R-help mailing list