crop_vol | R Documentation |
Remove empty (zero-valued) edge slices from a 3D array.
crop_vol(x)
x |
The numeric 3D array to crop. |
A list of length two: "data"
, the cropped array, and
"padding"
, the number of slices removed from each edge of each
dimension.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.