Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

a) rjoin()
b) rbind()
c) rowbind()
d) rbinding()

Answer: b
Explanation: rbind() is used to create a matrix by row-binding. Row- binding is the basic function of R. R – bind is used to bind the functions in R. Matrices can be created by column-binding or row-binding with the cbind() and rbind() functions.

Join The Discussion