dot-convertMatrToNum: Convert numeric matrix to numeric

.convertMatrToNumR Documentation

Convert numeric matrix to numeric

Description

Take matrix and return vector

Usage

.convertMatrToNum(matr, useCol = NULL)

Arguments

matr

(matrix) main input

useCol

(integer) design the comumns to be used

Value

numeric vector

See Also

matrix

Examples

.convertMatrToNum(matrix(1:6, ncol=2))

wrMisc documentation built on Nov. 17, 2023, 5:09 p.m.