View source: R/read_fs_transform.R
parse.transform.matrix.lines | R Documentation |
Parse matrix from text file lines.
parse.transform.matrix.lines(file_lines, ignore_line_suffix = ";")
file_lines |
vector of 3 character strings, the matrix lines. The separator is assumed to be a single space. |
ignore_line_suffix |
character string, a line suffix that will be stripped from the end of each line if it exists. |
numerical 4x4 matrix, the parsed matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.