Learn R Programming

R4dfp (version 0.2-4)

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

Description

Copies a loaded 4dfp MRI image into memory.

Usage

R4dfp.Copy(object,file="")

Arguments

object
Object of class ‘R4dfp’.
file
An alternate file-name to give the copied file.

Value

Object of class ‘R4dfp’.

Details

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

See Also

R4dfp.Load R4dfp.Save R4dfp.Close R4dfp.Recycle

Examples

Run this code
#copy another loaded image
oldimage <- R4dfp.Blank333()
newimage <- R4dfp.Copy(oldimage,"newimage.4dfp.ifh")

Run the code above in your browser using DataLab