Description Usage Arguments Examples
View source: R/ConvertVolume.R
This function will return a 3D array for items within a list. The dimensions of the image must be specified and match the same number of items as the list. Useful when converting an array to a list See below for examples.
1 | ConvertVolume(vol_array, vol_dim)
|
vol_array |
A 3D array that contains values per voxel |
vol_dim |
A numeric of three values to use to identify the size of each dimension (X,Y,Z) |
1 | thresh_vol <- ConvertVolume(thresh_map,vol_dim)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.