Description Usage Arguments Value
Pad a 3D array by a certain amount in each direction, along each dimension. This effectively undoes a crop.
1 2 3 | pad_vol(x, padding, fill = NA)
uncrop_vol(x, padding, fill = NA)
|
x |
A 3D array, e.g. |
padding |
A d \times 2 matrix indicating the number of
slices to add at the beginning and end of each of the d dimensions, e.g.
|
fill |
Values to pad with. Default: |
The padded array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.