Learn R Programming

HistDAWass (version 1.0.8)

WH.bind.row: 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 MatH,MatH WH.bind.row(object1, object2)

Value

a MatH object,

Arguments

object1

a MatH object

object2

a MatH object

Examples

Run this code
M1 <- BLOOD[1:3, ]
M2 <- BLOOD[5:8, ]
MAT <- WH.bind.row(M1, M2)

Run the code above in your browser using DataLab