Learn R Programming

HistDAWass (version 1.0.8)

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)

Value

a MatH object,

Arguments

object1

a MatH object

object2

a MatH object

Examples

Run this code
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