f.plot.volume.gui | R Documentation |
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
f.plot.volume.gui(array.fonc = NULL, hdr.fonc = NULL)
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 |
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.
Nothing. Opens our Graphical User Interface
P Lafaye de Micheaux <plafaye@club.fr>
f.icast.fmri.gui
if (interactive()) f.plot.volume.gui()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.