convMatrixByRowToString: Helper function: converts matrix to one string

Description Usage Arguments Value

View source: R/vs2dhConvertToFortran.R

Description

Helper function: converts matrix to one string

Usage

1
convMatrixByRowToString(matr, colSep = " ", rowSep = "\n")

Arguments

matr

matrix with character data

colSep

seperator used for merging data from all columns for each row (default: " ")

rowSep

seperator used for separating the data of different rows (default: "newline")

Value

One string with each row separated with rowSep


KWB-R/kwb.vs2dh documentation built on Sept. 10, 2019, 12:20 p.m.