copy.4dfp: Copy a Loaded 4dfp MRI Image.

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

Description

Copies a loaded 4dfp MRI image into memory.

Usage

1
R4dfp.Copy(object,file="")

Arguments

object

Object of class ‘R4dfp’.

file

An alternate file-name to give the copied file.

Details

Directly copies everything except for the name of the file. Always use this to copy ‘R4dfp’ instead of <-!

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.Close R4dfp.Recycle

Examples

1
2
3
#copy another loaded image
oldimage <- R4dfp.Blank333()
newimage <- R4dfp.Copy(oldimage,"newimage.4dfp.ifh")

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

Related to copy.4dfp in R4dfp...