Description Usage Arguments Value Examples
This function allows for interactive viewing of 3D and 4D medical Images.
1 |
data |
A 3D/4D array. If the array has an attribute named pixdim viewR will try and adjust the aspect appropriately. If NULL an interactive file selector will open to select the images one would like to view. If file paths to 3D/4D images are supplied they will be read and displayed. Multiple 3D files will be concatenated if the dimensions match. viewR can then be ran in movie mode. Currently this viewR does not display world coordinates. Instead voxel coordinates are used. As such it does not enforce information obtained from nifti headers. |
xyz |
numeric vector indicating initial voxel coordinates. |
ret |
Logical indicating if read data should be returned. |
If ret is set to TRUE the data will be returned.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.