Message-ID: <20091113155511.B3D70282EFC3@mail.pubhealth.ku.dk>
Date: 2009-11-13T15:55:11Z
From: Losangelessoul at hotmail.it
Subject: Bug in R (PR#14064)
Full_Name: Luca Maestri
Version: 2.10.0
OS: Windows Vista /7
Submission from: (NULL) (193.204.41.157)
I don't know if it is really a bug or if it is only a particular case that
happened during my work:
cbind(nameoftheelement[1:10],nameofthelement[1:10])
the output is not precise because it isn't in correct line : this was my output
[,1] [,2]
1 5 <------------ as you can see there is no match beetween
the
01_141 6 12 line and the output
01_142 13 19
01_143 20 26
01_144 27 33
01_145 34 41
01_146 42 50
01_147 51 60
01_148 61 64
01_149 65 72