f.write.nii.array.to.img.8bit: write array of 1 byte integers and add at the begining of the...

View source: R/niftiFMRI.R

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

write array of 1 byte integers and add at the begining of the file the NIFTI header part

Description

Writes an array to a .img file of 1 byte integers and add at the begining of the file the NIFTI header part

Usage

f.write.nii.array.to.img.8bit(mat,L,file,path.out)

Arguments

mat

An array

L

A list containing the header information

file

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

path.out

The path where to write the file

Value

Nothing is returned

See Also

f.write.nifti, f.write.nii.array.to.img.float, f.write.nii.array.to.img.2bytes


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