[R] Reconstruct array dataset

2007-11-21 Thread marcg
Hi there I have an interesting problem: My csv file is of array dimensions [12,50], but it was saved the wrong way: there should be only 11 colums. What happens now if I read it into R is that the whole data set is shifted ( in the first row, the last column contains already the first value

Re: [R] Reconstruct array dataset

2007-11-21 Thread marcg
: Wed, 21 Nov 2007 14:17:41 - Von: Rob Robinson [EMAIL PROTECTED] An: \'marcg\' [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Betreff: RE: [R] Reconstruct array dataset Can you not read it into a single vector and then use as.matrix to shape it into a an appropriate sized matrix? Cheers rob

Re: [R] Reconstruct array dataset

2007-11-21 Thread Julian Burgos
? thanks alot marc Original-Nachricht Datum: Wed, 21 Nov 2007 14:17:41 - Von: Rob Robinson [EMAIL PROTECTED] An: \'marcg\' [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Betreff: RE: [R] Reconstruct array dataset Can you not read it into a single vector and then use