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