View source: R/write_dti_tracks.R
| write.trk.header | R Documentation |
Write the 1000 byte header of a TRK file.
write.trk.header(con, header, num_tracks, endian)
con |
a connection opened in binary write mode. |
header |
named list, the header fields to write. Missing fields get defaults. |
num_tracks |
integer, the value for the 'n_count' field. |
endian |
character string, 'little' or 'big'. |
NULL, invisibly. The header is written to con.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.