lookup_nvoxels | R Documentation |
Helper function to obtain the number of voxels in a 4D file for populating FEAT FSF
lookup_nvoxels(nifti)
nifti |
a 4D nifti file |
This function prefers to use fslval instead of an internal R library because both oro.nifti and RNifti are rather slow to obtain a single value from the NIfTI header
the number of voxels in nifti
as calculated by x * y * z * t
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.