Learn R Programming

AnalyzeFMRI (version 1.1-25)

f.plot.volume.gui: tcltk GUI to display FMRI or MRI images

Description

tcltk GUI to display FMRI or MRI images. This GUI is very usefull, for example, for investigating the results of an ICA performed with f.icast.fmri.gui(). But it can also be used to display an MRI or an FMRI image

Usage

f.plot.volume.gui(array.fonc = NULL, hdr.fonc = NULL)

Value

Nothing. Opens our Graphical User Interface

Arguments

array.fonc

An optionnal array containing the MRI values

hdr.fonc

If array.fonc is not NULL, one must provide a list 'hdr.fonc' with a 'pixdim' field containing a vector of length 4 with the pixel dimensions

Author

P Lafaye de Micheaux <plafaye@club.fr>

Details

One has the possibility to enter either a filename (with its path) or directly an R object in the file field. This function will only work if package 'tkrplot' is installed. It seems this package is not available for arm64 Macs.

See Also

f.icast.fmri.gui

Examples

Run this code
if (interactive()) f.plot.volume.gui()

Run the code above in your browser using DataLab