Learn R Programming

xhmmScripts (version 1.1)

readNamedMatrix: Quickly read a rectangular matrix that has row and column names.

Description

Quickly read a rectangular matrix that has row and column names.

Usage

readNamedMatrix(matFile, what = double())

Arguments

matFile
If matFile ends in '.gz', then this file will be read as a gzip-ed text file.
what

Examples

Run this code
## Not run: readNamedMatrix("table.txt")

Run the code above in your browser using DataLab