writematrix {sowas}R Documentation

Writes matrix to file

Description

This function writes a tab separated matrix with M columns into a file in ASCII-format.

Usage

writematrix(file,data,header="# R Matrix")

Arguments

file a character string giving the name of the file.
data matrix to be written.
header header string

Value

No value returned

Author(s)

D. Maraun

See Also

readts, readmatrix

Examples

##

[Package sowas version 0.93 Index]