Matrices can be created by row-binding with the help of the following function.
(a) rjoin()
(b) rbind()
(c) rowbind()
(d) rbinding()
I had been asked this question in homework.
My question is from Overview of R in section History, Overview and Getting Started of R Programming