Learn R Programming

HistDAWass (version 1.0.4)

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

Arguments

object1

a MatH object

object2

a MatH object

Value

a MatH object,

Examples

Run this code
# NOT RUN {
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