powered by
interleaveMatrixWithItself(x, n = 1)
mat<-replicate(100, rnorm(20)) wmat<-interleaveMatrixWithItself( mat , 5 )
Run the code above in your browser using DataLab