close.4dfp: Close a 4dfp MRI Image.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Closes a loaded 4dfp MRI image.

Usage

1

Arguments

object

Object of class ‘R4dfp’.

save

Optionally, specify save=TRUE to save before closing (only if direct.read and direct.write weren't used.)

Details

Closes the specified 4dfp image and deallocates its resources. This will invalidate the ‘R4dfp’ provided.

Value

Object of class ‘R4dfp’.

Author(s)

Kevin P. Barry <ta0kira@users.berlios.de> with contributions from Avi Z. Snyder <avi@npg.wustl.edu>

See Also

R4dfp.Load R4dfp.Save R4dfp.Copy R4dfp.Recycle

Examples

1
2
3
#create a new image and close it
myimage <- R4dfp.Blank333("myimage.4dfp.ifh")
myimage <- R4dfp.Close(myimage,save=TRUE)

R4dfp documentation built on May 1, 2019, 8:41 p.m.

Related to close.4dfp in R4dfp...