Description Usage Arguments Value Examples
View source: R/mmButo.wrappingFunctions.R
It gives back the complete MRI/CT/PET scans, evantually interpolated to the wished step
N.B: pay attention.... Splat! Ok, bless you!
| 1 | MBT.getImageVoxel(obj.mmButo, ps.x = NA, ps.y = NA, ps.z = NA)
 | 
| obj.mmButo | the object mmButo | 
| ps.x | Optional, default  | 
| ps.y | Optional, default  | 
| ps.z | Optional, default  | 
a list of 3D arrays
| 1 2 3 4 5 6 7 | ## Not run: 
obj<-mmButo()
MBT.getImageVoxel(obj.mmButo = obj);
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.