read.vaa3draw {nat} | R Documentation |
Read Vaa3d format image data
Description
Read Vaa3d format image data
Usage
read.vaa3draw(f, ReadData = TRUE, Verbose = FALSE, ReadByteAsRaw = FALSE)
Arguments
f |
Path to image to read |
ReadData |
Whether to read in data or just parse header |
Verbose |
Whether to print status messages |
ReadByteAsRaw |
Can reduce memory footprint by reading 8 bit data as a raw rather than 4 byte interegers. |
[Package nat version 1.8.24 Index]