Que: Matrices can be created by row-binding with the help of the following function.

a. rjoin()
b. rbind()
c. rowbind()
d. rbinding()
Answer: rbind()

Leave a Comment