Learn R Programming

wrMisc (version 1.15.3.1)

.convertMatrToNum: Convert numeric matrix to numeric

Description

Take matrix and return vector

Usage

.convertMatrToNum(matr, useCol = NULL)

Value

numeric vector

Arguments

matr

(matrix) main input

useCol

(integer) design the comumns to be used

See Also

Examples

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

Run the code above in your browser using DataLab