sizechange {mand} | R Documentation |
Size change Function
Description
TThis is a function that changes the resolution of the image.
Usage
sizechange(img1, simscale = NULL, refsize = NULL, ...)
Arguments
img1 |
a array or nifti class, which is a image data to be changed the size. |
simscale |
a numeric. |
refsize |
a vector with length 3, which is a size to be changed. |
... |
further arguments passed to or from other methods. |
Details
sizechange
requires the array data.
Examples
data(exbrain)
exbrain2 = sizechange(exbrain, simscale=1/2)
[Package mand version 2.0 Index]