WH.bind.col {HistDAWass} | R Documentation |
Method WH.bind.col
Description
It attaches two MatH
objects with the same rows by colums.
Usage
WH.bind.col(object1, object2)
## S4 method for signature 'MatH,MatH'
WH.bind.col(object1, object2)
Arguments
object1 |
a |
object2 |
a |
Value
a MatH
object,
Examples
M1 <- BLOOD[1:10, 1]
M2 <- BLOOD[1:10, 3]
MAT <- WH.bind.col(M1, M2)
[Package HistDAWass version 1.0.8 Index]