Re: [R] saving a matrix

2013-05-02 Thread Jim Holtman
?save ?load Sent from my iPad On May 2, 2013, at 3:47, Preetam Pal wrote: > Hi all, > > In my data analysis, > > I have created a random matrix M ( of order 500 X 7). > > I want to use the same matrix when I start a new session, or suppose I want > to send this matrix to one of my friends (b

Re: [R] saving a matrix

2013-05-02 Thread PIKAL Petr
p@r-project.org > Subject: [R] saving a matrix > > Hi all, > > In my data analysis, > > I have created a random matrix M ( of order 500 X 7). > > I want to use the same matrix when I start a new session, or suppose I > want to send this matrix to one of my friends (becaus

[R] saving a matrix

2013-05-02 Thread Preetam Pal
Hi all, In my data analysis, I have created a random matrix M ( of order 500 X 7). I want to use the same matrix when I start a new session, or suppose I want to send this matrix to one of my friends (because this matrix is randomly generated, and I dont want to use any other 500X7 matrix rando