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

Description Usage Arguments Value See Also Examples

View source: R/niftiFMRI.R

Description

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

Usage

1

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

1
f.nifti.file.summary(system.file("example-nifti.img", package="AnalyzeFMRI"))

AnalyzeFMRI documentation built on Oct. 5, 2021, 5:06 p.m.