Skip to content
Prev 171041 / 398503 Next

Insert value in a Vector Alternately

to avoid the transposition you can use

rbind(matrix(d, nrow=3), 0)


baptiste auguie schrieb: