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