combineDWIdata {dti} | R Documentation |
Combine two objects of class "dtiData")
Description
This function creates a dtiData-object from two compatible dtiData-objects. Compatible means that the spatial dimensions coincide, but gradients and b-values may be different.
Usage
combineDWIdata(x1, x2, s0strategy = "first")
Arguments
x1 |
Object of class |
x2 |
Object of class |
s0strategy |
Character, determines
how the unweighted S0 images are handled. Six strategies are implemented.
|
Details
The function can be used to merge two objects of class "dtiData" under the condition that
the information in slot ddim
in both objects is identical. Also slots voxelext
,
orientation
and rotation
should be indentical.
Value
An object of class "dtiData".
Author(s)
Karsten Tabelow tabelow@wias-berlin.de
J\"org Polzehl polzehl@wias-berlin.de
See Also
dtiData
,
readDWIdata
,
dtiData
,
subsetg