readmatrix {sowas}R Documentation

Loads matrix from file

Description

This function loads a tab separated matrix with M columns in ASCII-format into an R matrix.

Usage

readmatrix(file,M)

Arguments

file a character string giving the name of the file to load.
M number of columns of the matrix to be loaded.

Value

Returns matrix with M columns

Author(s)

D. Maraun

See Also

readts, writematrix

Examples

##

[Package sowas version 0.93 Index]