Re: [R] create space for a matrix

2010-03-28 Thread Petr PIKAL
Hi r-help-boun...@r-project.org napsal dne 29.03.2010 08:41:15: > Hi Leo, > > see the matrix function e.g. > > m <- matrix(0, nrow=1, ncol=3) > > then you can use functions like rbind or cbind to create bigger ones. > > I am a newbie so double check everything :) > > HTH, > Best regards, >

Re: [R] create space for a matrix

2010-03-28 Thread Giovanni Azua Garcia
Hi Leo, see the matrix function e.g. m <- matrix(0, nrow=1, ncol=3) then you can use functions like rbind or cbind to create bigger ones. I am a newbie so double check everything :) HTH, Best regards, Giovanni On Mar 29, 2010, at 8:37 AM, leobon wrote: > > Hello all, > I want to creat a sp