Description Usage Arguments Value
View source: R/vs2dhConvertToFortran.R
Helper function: converts matrix to one string
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.