View source: R/writeEKRaw_WriteHeader.R
writeEKRaw_WriteHeader | R Documentation |
Writes the header to a Simrad raw file.
writeEKRaw_WriteHeader(fid, config, dgLen, dgType, dgTime, endian = "little")
fid |
is the path to the raw file. |
config |
is a list of the transceiver configuration. |
dgLen |
is the length of the datagram in bytes. |
dgType |
is the datagram type. |
dgTime |
is the time stamp of the datagram. |
endian |
is the endian of the file, defaulted to .Platform$endian (changed from "big" by Arne Johannes Holmin 2012-07-31). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.