Learn R Programming

AnalyzeFMRI (version 1.1-24)

f.nifti.file.summary: prints summary of .img file contents

Description

Prints a summary of the contents of a NIFTI .img file using the associated .hdr header file.

Usage

f.nifti.file.summary(file)

Arguments

file

The location of .img file to be read

Value

A print out containing information about the .img file. This includes File name, Data Dimension, X dimension, Y dimension, Z dimension, Time dimension, Voxel dimensions, Data type

See Also

f.read.nifti.header, f.read.nifti.slice, f.read.nifti.slice.at.all.timepoints, f.read.nifti.ts, f.write.nifti, f.read.nifti.volume, f.spectral.summary.nifti, f.write.array.to.img.2bytes, f.write.array.to.img.float, f.write.list.to.hdr.nifti, f.basic.hdr.nifti.list.create

Examples

Run this code
# NOT RUN {
f.nifti.file.summary(system.file("example-nifti.img", package="AnalyzeFMRI"))
# }

Run the code above in your browser using DataLab