Description Usage Arguments Details Value Author(s) See Also Examples
Reloads a loaded 4dfp MRI image with different options.
1 | R4dfp.Recycle(object,save=TRUE,direct.read=FALSE,direct.write=FALSE)
|
object |
Object of class ‘R4dfp’. |
save |
Save the loaded image before doing anything else if |
direct.read |
Pass |
direct.write |
Pass |
Closes the specified 4dfp image and reopens it with the specified options. This
will invalidate the provided variable; therefore, you must assign the return
back to the variable you pass as object
.
This function is useful for making a copy of the data for an image loaded with
direct.read
, and also for creating a new image and subsequently gaining
direct access to the image file.
Object of class ‘R4dfp’.
Kevin P. Barry <ta0kira@users.berlios.de> with contributions from Avi Z. Snyder <avi@npg.wustl.edu>
R4dfp.Load
R4dfp.Save
R4dfp.Copy
R4dfp.Close
1 2 3 | #create an image and reload it with direct writing
myimage <- R4dfp.Blank333("newimage.4dfp.ifh")
myimage <- R4dfp.Recycle(myimage,direct.write=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.