f.write.array.to.img.8bit: write array of 1 byte integers

View source: R/analyzeFMRI.R

f.write.array.to.img.8bitR Documentation

write array of 1 byte integers

Description

Writes an array to a .img file of 1 byte integers

Usage

f.write.array.to.img.8bit(mat,file,path.out=NULL)

Arguments

mat

An array

file

The name of the file to be written, preferably with .img suffix

path.out

The path where to write the file (mandatory argument, even if the default value is NULL for backward compatibility)

Value

Nothing is returned

See Also

f.write.analyze, f.write.array.to.img.float, f.write.array.to.img.2bytes


AnalyzeFMRI documentation built on Aug. 8, 2025, 7:16 p.m.