Description Usage Arguments Value
View source: R/afni_functions.R
Resample image to a particular grid resolution.
1 | resample_image_afni(in_file, out_file, new_dims, extra_opts = NULL)
|
in_file |
Absolute path to file to be reasampled |
out_file |
Absolute path to save file destination. |
new_dims |
Vector of new dimensions c(x,y,z) |
extra_opts |
Extra options to feed to 3dresample (see afni docs for details). |
Resampled image (also saves as nii).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.