powered by
It attaches two MatH objects with the same columns by row.
MatH
WH.bind.row(object1, object2)# S4 method for MatH,MatH WH.bind.row(object1, object2)
# S4 method for MatH,MatH WH.bind.row(object1, object2)
a MatH object,
a MatH object
M1 <- BLOOD[1:3, ] M2 <- BLOOD[5:8, ] MAT <- WH.bind.row(M1, M2)
Run the code above in your browser using DataLab