Resample a NeuroVol object to match a NeuroSpace object
Source:R/resample.R
resample-NeuroVol-NeuroSpace-method.Rd
This method resamples a NeuroVol object (source
) to match the dimensions and orientation of a NeuroSpace object (target
).
Usage
# S4 method for NeuroVol,NeuroSpace
resample(source, target, interpolation = 3L)
Arguments
- source
A NeuroVol object representing the source volume to be resampled.
- target
A NeuroSpace object representing the target space to match the dimensions and orientation of the source volume.
- interpolation
A single integer specifying the type of interpolation to be applied to the final resampled image. May be 0 (nearest neighbor), 1 (trilinear), or 3 (cubic spline). No other values are valid.