Learn R Programming

HistDAWass (version 1.0.4)

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)

Arguments

object1

a MatH object

object2

a MatH object

Value

a MatH object,

Examples

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

Run the code above in your browser using DataLab