read_matrix_row {SeaSondeR} | R Documentation |
Read a Row from a Matrix Represented as Text Lines
Description
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.
Usage
read_matrix_row(lines, start, number_of_lines_to_read)
Arguments
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. |
Value
A numeric vector containing the row values.
[Package SeaSondeR version 0.2.8 Index]