Learn R Programming

AnalyzeFMRI (version 1.1-25)

f.spectral.summary.nifti: plots graphical summary of spectral properties of an fMRI dataset

Description

For a NIFTI .img file the periodogram of the time series are divided by a flat spectral estimate using the median periodogram ordinate. The resulting values are then combined within each Fourier frequency and quantiles are plotted against frequency. This provides a fast look at a fMRI dataset to identify any artifacts that reside at single frequencies.

Usage

f.spectral.summary.nifti(file, mask.file, ret.flag = FALSE, verbose = TRUE)

Value

If ret.flag = TRUE the an array of quantiles at each frequency is returned

Arguments

file

file The location of .img file

mask.file

mask.file Optional location of a .img file containing a mask. If not given then one is created.

ret.flag

ret.flag flag specifying whether to return the array of quantiles at each frequency

verbose

verbose logical to display information on the progress of computations

See Also

f.nifti.file.summary