View source: R/writeEKRaw_WriteDgHeader.R
writeEKRaw_WriteDgHeader | R Documentation |
Writes the sample data to a Simrad raw0 file.
writeEKRaw_WriteDgHeader(fid, dgType, dgTime, endian = "little", tz = "UTC")
fid |
is the path to the raw file. |
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). |
tz |
is the the time zone. Overrides 'xBase' in mtim2FILETIME() if not given as tz="UTC". See as.POSIXlt(). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.