mergeMriImages {tractor.base} | R Documentation |
Merging MriImage objects
Description
This function concatenates the data from a series of MriImage
objects, and then attempts to work out the final dimensions of the merged
image and returns it.
Usage
mergeMriImages(..., bindDim = NULL, padTags = FALSE)
Arguments
... |
|
bindDim |
An integer specifying the dimension along which to bind the
data, or |
padTags |
Logical value. If |
Value
A merged image.
Note
Tags are retained as-is if they are identical in each image. Otherwise
they are concatenated if their lengths match the number of blocks in each
image, or concatenated with NAs for missing values if padTags
is
TRUE
.
Author(s)
Jon Clayden
References
Please cite the following reference when using TractoR in your work:
J.D. Clayden, S. Muñoz Maniega, A.J. Storkey, M.D. King, M.E. Bastin & C.A. Clark (2011). TractoR: Magnetic resonance imaging and tractography with R. Journal of Statistical Software 44(8):1-18. doi:10.18637/jss.v044.i08.