resample,NeuroVol,NeuroSpace-method | R Documentation |
This method resamples a NeuroVol object (source
) to match the dimensions and orientation of a NeuroSpace object (target
).
## S4 method for signature 'NeuroVol,NeuroSpace'
resample(source, target, interpolation = 3L)
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. |
A NeuroVol object with the resampled source volume matched to the target space's dimensions and orientation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.