read_matrix_row | R Documentation |
This function reads a row of numbers from a matrix that is represented as an array of text lines. It is used to facilitate reading data from SeaSonde APM files.
read_matrix_row(lines, start, number_of_lines_to_read)
lines |
The array of lines, each representing part of the row. |
start |
The start index of the lines to read from. |
number_of_lines_to_read |
The number of lines to read to form the row. |
A numeric vector containing the row values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.