R/vs2dhConvertToFortran.R
convMatrixByRowToString.RdHelper function: converts matrix to one string
convMatrixByRowToString(matr, colSep = " ", rowSep = "\n")
| 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") |
One string with each row separated with rowSep