WH.bind.col-methods: Method WH.bind.col

WH.bind.colR Documentation

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

Arguments

object1

a MatH object

object2

a MatH object

Value

a MatH object,

Examples

M1 <- BLOOD[1:10, 1]
M2 <- BLOOD[1:10, 3]
MAT <- WH.bind.col(M1, M2)

HistDAWass documentation built on Sept. 26, 2022, 5:06 p.m.