writeEKRaw | R Documentation |
Writes a Simrad raw file.
Declare a Simrad datagram.
writeEKRaw(data, con, header = NULL, t = 1, endian = "little", msg = TRUE)
declareDatagram(
dgName = c("RAW0", "RAW1", "ConfigHeader", "TransceiverConfig"),
emptyCharacter = FALSE
)
data |
is a list of the data to write to the Simrad raw file. |
con |
is the path to the raw file. |
header |
is a list of the header to write to the Simrad raw file. |
t |
is a vector of the time steps to write. NA |
endian |
is the endian of the file, defaulted to .Platform$endian (changed from "big" by Arne Johannes Holmin 2012-07-31). |
msg |
is TRUE to print a time bar during reading. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.