nat (version 1.8.16)

read.vaa3draw: 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.