Learn R Programming

AnalyzeFMRI (version 1.1-25)

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

Description

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

Usage

f.analyze.file.summary(file)

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

Arguments

file

The location of .img file to be read

See Also

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

Examples

Run this code
f.analyze.file.summary(system.file("example.img", package = "AnalyzeFMRI"))

Run the code above in your browser using DataLab