Skip to content
Prev 150830 / 398498 Next

Simple... but...

Shubha Vishwanath Karanth wrote:
... but seriously, rbind(x,y)[1:6] is one concise way to do it (x and y
are bound into rows in a matrix which is the read in column-major order,
as in fortran).

vQ