writematrix: Writes matrix to file

Description Usage Arguments Value Author(s) See Also Examples

View source: R/sowas.R

Description

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

Usage

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

Arguments

file

a character string giving the name of the file.

data

matrix to be written.

Value

No value returned

Author(s)

D. Maraun

See Also

readts, readmatrix

Examples

1
##

Dasonk/SOWAS documentation built on May 6, 2019, 1:36 p.m.